Shortcuts

  Previous topic Next topic Print this topic Mail us feedback on this topic!

  Default  
  Web part control ID: Serves as an identifier for the web part. This ID must be unique within the context of each page template. The value of this property may only contain alphanumeric characters and the underscore character ( _ ).  
  Web part title: Title of the web part displayed on the Design tab of CMS Desk and in on-site editing mode. If empty, the value of the Web part control ID property is used for this purpose.  
   

  Visibility  
  Visible: Indicates if the web part should be displayed.  
  Hide on subpages: Indicates if the web part should be hidden on sub-pages. If checked, the web part will not be displayed on documents that inherit the web part from a parent document.  
  Show for document types: Contains a list of document types on which the web part should be displayed. If the currently selected document uses the page template containing this web part, but its type is not specified by this property, the web part will be hidden. The document types in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed on all document types.  
  Display to roles: Contains a list of roles to which the web part should be displayed. This may be used to implement documents with specific functionality for different types of users. The roles in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed to all users.  
   

  Profile shortcuts  
  Display My profile link: Indicates if the My profile link should be displayed. The URL of the link is generated according to the path entered into the Member profile path setting in Site Manager -> Settings -> Community -> Members.  
  My profile link text: Can be used to specify a different text caption for the My profile link.  
  Display Edit my profile link: Indicates if the Edit my profile link should be displayed. The URL of the link is generated according to the path entered into the Member management path setting in Site Manager -> Settings -> Community -> Members.  
  Edit my profile link text: Can be used to specify a different text caption for the Edit my profile link.  
   

  Personal shortcuts  
  Display Join the community link: Determines if the Join community link should be displayed. This link is only displayed to public (unauthenticated) users.  
  Join community link text: Can be used to specify the text caption of the Join community link.  
  Join the community path: Selects the path of the document where visitors can join the community (i.e. register on the website). This path will be used to generate the URL of the Join community link.  
  Display My messages link: Indicates if the My messages link should be displayed.  
  My messages link text: Can be used to specify a different text caption for the My messages link.  
  My messages path: Selects the path of the document where users can view their personal messages (the page should contain the My messages web part). This path will be used to generate the URL of the My messages link.  
  Display My friends link: Indicates if the My friends link should be displayed.  
  My friends link text: Can be used to specify a different text caption for the My friends link.  
  My friends path: Selects the path of the document where users can view and manage their friends (the page should contain the My friends web part). This path will be used to generate the URL of the My friends link.  
  Display My invitations link: Indicates if the My invitations link should be displayed.  
  My invitations link text: Can be used to specify a different text caption for the My invitation link.  
  My invitations path: Selects the path of the document where users can view and manage their group invitations (the page should contain the My invitations/My sent invitations web parts). This path will be used to generate the URL of the My invitations link.  
   

  Groups shortcuts  
  Display Create new group link: Determines if the Create new group link should be displayed.  
  Create new group link text: Can be used to specify the text caption of the Create new group link.  
  Create new group path: Selects the path of the document where users can create new groups (the page should contain the Group registration web part). This path will be used to generate the URL of the Create new group link.  
  Display Join/Leave the group link: Indicates if the Join/Leave group links should be displayed.  
  Join group link text: Can be used to specify the text caption of the Join group link.  
  Join the group path: Selects the path that will be used to generate the URL of the Join group link. Leave this property empty to allow users to join the group that is currently selected.  
  Leave group link text: Can be used to specify the text caption of the Leave group link.  
  Leave group path: Selects the path that will be used to generate the URL of the Leave group link (the target page should contain the Leave group web part). Leave this property empty to allow users to leave the currently active group using a modal dialog.  
  Display manage group link: Indicates if the Manage group link should be displayed. The URL of the link is generated according to the path entered into the Group management path setting in Site Manager -> Settings -> Community -> Groups. The link is only displayed to users who are authorized to manage the group.  
  Manage group link text: Can be used to specify the text caption of the Manage group link.  
  Display Invite to group link: Indicates if the Invite to group link should be displayed.  
  Invite to group link text: Can be used to specify the text caption of the Invite to group link.  
  Invite to group path: Selects the path that will be used to generate the URL of the Invite to group link. Leave this property empty to allow members to invite other users to join the currently selected group.  
   

  Blogs shortcuts  
  Display Create new blog link: Determines if the Create new blog link should be displayed.  
  Create new blog link text: Can be used to specify the text caption of the Create new blog link.  
  Create new blog path: Selects the path of the document where users can create new blogs (the page should contain the New blog web part). This path will be used to generate the URL of the Create new blog link.  
   

  Friendship shortcuts  
  Display Friendship links: Determines if the Request friendship and Reject friendship links should be displayed.  
  Reject friendship link text: Can be used to specify the text caption of the Reject friendship link.  
  Request friendship link text: Can be used to specify the text caption of the Request friendship link.  
   

  Messaging shortcuts  
  Display Send message link: Determines if the Send message link should be displayed.  
  Send message link text: Can be used to specify the text caption of the Send message link.  
  Display Add to contact list link: Determines if the Add to contact list link should be displayed.  
  Add to contact list link text: Can be used to specify the text caption of the Add to contact list link.  
  Display Add to ignore list link: Determines if the Add to ignore list link should be displayed.  
  Add to ignore list link text: Can be used to specify the text caption of the Add to ignore list link.  
   

  Membership shortcuts  
  Display Sign in link: Determines if the Sign in link should be displayed. This link is only displayed to public (unauthenticated users).  
  Sign in link text: Can be used to specify the text caption of the Sign in link.  
  Sign in path: Selects the path of the document where visitors can log into the website. This path will be used to generate the URL of the Sign in link.  
  Display Sign out link: Determines if the Sign out link should be displayed. This link is only displayed to authenticated users.  
  Sign out link text: Can be used to specify the text caption of the Sign out link.  
  Sign out path: Selects the path that will be used to generate the URL of the Sign out link.  
   

  Web part container  
  Web part container: Specifies the name of the container (box) to be displayed around the web part. Only containers defined in Site Manager -> Development -> Web part containers can be selected. The selected container can be edited directly by using the Edit button.  
  Container title: Sets a title for the container. This title is displayed only if the {%ContainerTitle%} macro is used in the code of the container.  
  Container CSS class: CSS class used for the container. Applied only if the {%ContainerCSSClass%} macro is used as the value of the Class attribute in the code of the container.  
  Container custom content: Custom content to be used in the container. Applied only if the {%ContainerCustomContent%} macro is used in the code of the container.  
  Hide container on subpages: Indicates if the web part container should be hidden on sub-pages.  
   

  HTML Envelope  
  Content before: HTML content placed before the web part. Can be used to display a header or add some encapsulating code, such as <div> or <table> elements to achieve the required layout.  
  Content after: HTML content placed after the web part. Can be used to display a footer or close the tags contained in the ContentBefore value, such as </div> or </table> elements.  
   

  AJAX  
  Use update panel: Indicates if an AJAX UpdatePanel container should be used for this web part.  
   

  Time zones  
  Time zone: Specifies the type of time zone used for the content of the web part.  
  Custom time zone: May be used to assign a custom time zone specifically for the content of this web part. If selected, the time zone will be used regardless of current user or website time zone settings.  
   

  Performance  
  Disable view state: Indicates if view state should be disabled for this web part.  
  Disable macros: If checked, macros contained in the values of the web part's properties will no longer be resolved.  
  Partial cache minutes: Sets the number of minutes for which the output HTML code of the web part should remain cached. This process is similar to full-page caching, but only for the code of the web part specifically. If left empty or set to 0, partial caching will be not be used for the web part.  
  Partial cache dependencies: Contains a list of cache keys on which the partial cache of the web part depends. When the specified cache items change, the partial cache of the web part is deleted. Each line may contain a single item only. If the 'Use default cache dependencies' box is checked, the default dependencies will be used, which include all possible object changes that could affect the specific web part.  
   

  Output filter  
  Filter output HTML of web part: If checked, the output code of this web part is processed by the output filters  
  Resolve URLs: If checked, the filter removes the "~" character in relative URLs and replace it with the root URL of the website.  
  Fix attributes: If checked, the filter ensures that all HTML tag attributes are in valid XHTML format.  
  Fix Javascript: If checked, the filter ensures that the type and language attributes are included in all <script> tags.  
  Fix lower case: If checked, the filter ensures that all HTML tags and attributes are generated in lower case.  
  Fix self closing tags: If checked, the filter ensures that HTML tags without end tags are properly closed.  
  Fix tags: If checked, the filter replaces tags that are not XHTML valid with appropriate equivalents (<strong> instead of <b>, <em> instead of <i>).  
  Fix HTML5: If checked, the filter replaces attributes that are obsolete in HTML5 with CSS classes named in format <attribute name>_<attribute value>. The affected attributes are: cellpadding, cellspacing, width, height, border, align, valign  
  Convert TABLE tags to DIV tags: If enabled, the TABLE tags in the output are automatically converted to DIV tags with CSS class corresponding to the tag name (table, tr, td, etc.) Blocks of HTML code can be optionally marked with class="_divs" or class="_nodivs" to allow or disable conversion for that particular block of code.  
   

Help URL: http://devnet.kentico.com/docs/webparts/index.html?Shortcuts_properties.htm