zoukankan      html  css  js  c++  java
  • 自定义CustomAction

    z
    
    <CustomAction
      ContentTypeId 
    = "Text"
      ControlAssembly 
    = "Text"
      ControlClass 
    = "Text"
      ControlSrc 
    = "Text"
      Description 
    = "Text"
      GroupId 
    = "Text"
      Id 
    = "Text"
      ImageUrl 
    = "Text"
      Location 
    = "Text"
      RegistrationId 
    = "Text"
      RegistrationType 
    = "Text"
      RequireSiteAdministrator 
    = "TRUE" | "FALSE"
      Rights 
    = "Text"
      Sequence 
    = "Integer"
      ShowInLists 
    = "TRUE" | "FALSE"
      ShowInReadOnlyContentTypes 
    = "TRUE" | "FALSE"
      ShowInSealedContentTypes 
    = "TRUE" | "FALSE"
      Title 
    = "Text">
    </CustomAction>

    Attribute Description

    ContentTypeId

    Optional Text. Specifies the ID of a content type to associate with the custom action.

    ControlAssembly

    Optional Text. Specifies the assembly of a control that supports the custom action.

    ControlClass

    Optional Text. Specifies a control class that supports the custom action.

    ControlSrc

    Optional Text.

    Description

    Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action.

    GroupId

    Optional Text. Identifies an action group that contains the action, for example, "SiteManagement". If contained within a custom action group, the value of the GroupId attribute must equal the group ID of the CustomActionGroup element.

    Id

    Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer".

    ImageUrl

    Optional Text. Specifies a virtual server relative link to an image that presents an icon for the item.

    Location

    Optional Text. Specifies the location of this custom action, for example, "Microsoft.SharePoint.SiteSettings". If the custom action is a menu item or toolbar button, then the possible options include EditControlBlock, NewFormToolbar, DisplayFormToolbar, and EditFormToolbar.

    If contained within a custom action group, the value of the Location attribute must equal the location of the CustomActionGroup element.

    RegistrationId

    Optional Text. Specifies the identifier of the list or item content type that this action is associated with, or the file type or programmatic identifier (ProgID).

    RegistrationType

    Optional Text. Specifies the registration attachment for a per-item action. Possible values include:

    • ContentType

    • FileType

    • List

    • ProgId

    RequireSiteAdministrator

    Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE.

    Rights

    Optional Text. Specifies a set of rights that the user must have in order for the link to be visible, for example, "ViewListItems,ManageAlerts". If not specified, then the action always appears in the list of actions. To specify multiple rights, separate the values by using commas. The set of rights are grouped logically according to AND logic, which means that a user must have all the specified rights to see an action. For a list of possible values, see Microsoft.SharePoint.SPBasePermissions.

    Sequence

    Optional Integer. Specifies the ordering priority for actions.

    ShowInReadOnlyContentTypes

    Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE.

    ShowInSealedContentTypes

    Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE.

    Title

    Required Text. Specifies the end user description for this action.

  • 相关阅读:
    [LeetCode] Reverse Linked List II 解题报告
    [LeetCode] Search for a Range 解题报告
    Git教程
    今天使用VS2012遇到一个问题:"链接器工具错误 LNK2026 XXX模块对于 SAFESEH 映像是不安全的"
    套接字的域和地址族
    套接口和I/O通信
    2010年第82届奥斯卡金像奖获奖影片名单
    恩信ERP7.10安装、定制和二次开发 (2)
    从 Google 代码库找到的好东西 [转]
    更自然的人机交互——2010微软技术节现场速递
  • 原文地址:https://www.cnblogs.com/luking/p/765171.html
Copyright © 2011-2022 走看看