zoukankan      html  css  js  c++  java
  • moss2007 新建模板页 搜索框无法使用 SmallSearchInputBox

    新建一个模板页,使用搜索功能。

    <asp:ContentPlaceHolder ID="searchArea" runat="server">
    <SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox"/>
    </asp:ContentPlaceHolder>

    无法使用,后来发现需要加入以下代码:

    <form runat="server" onsubmit="return _spFormOnSubmitWrapper();">
    <WebPartPages:SPWebPartManager id="m" runat="Server"/>

    使用正常。

  • 相关阅读:
    API
    API
    for in
    event flow
    object
    Report of program history
    正则表达式
    伪类与伪元素
    Position
    js学习之原型(补充)
  • 原文地址:https://www.cnblogs.com/bmib/p/1998137.html
Copyright © 2011-2022 走看看