委派控件
上次修改时间: 2008年1月10日
适用范围: SharePoint Foundation 2010
委托控制提供了一种指定特定功能的候选控件的方法,并为这些控件选择功能提供程序。
示例
下面的示例指定用于实现 SharePoint 页中搜索区域的输入框的控件和工具提示。
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
<Control
Id="SmallSearchInputBox"
Sequence="100"
ControlSrc="~/_controltemplates/searcharea.ascx">
<Property Name="SearchTextToolTip">Search this site</Property>
<Property Name="SearchImageToolTip">Go</Property>
</Control>
</Elements>