Editable text

  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. If empty, the value of the Web part control ID property is used for this purpose.  
  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.  
   

  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.  
   

  Content  
  Default text: Sets default text that is displayed on the live site if the editable region is empty.  
  Select only published: Indicates if only published content should be displayed in the region.  
  Resolve dynamic controls: Indicates if controls inserted into the editable region such as BizForms, polls, etc. should be resolved. If disabled, the source expressions of all contained controls will be displayed.  
   

  Design  
  Editable region title: Sets a text caption displayed in CMS Desk above the editable region.  
  Editable region type: Selects the type of editable region that should be used. Possible options are: textbox, textarea or HTML editor (WYSIWYG editor).  
  Editable region width: Sets the width of the editable region in pixels.  
  Editable region height: Sets the height of the editable region in pixels.  
   

  Behavior  
  HTML editor toolbar set: Specifies the name of the toolbar set that should be used for the HTML (WYSIWYG) editor. If not specified, the default toolbar is used (e.g. Default, Basic).  
  HTML editor toolbar location: Sets the toolbar location for HTML (WYSIWYG) editor regions - each region can either have its own toolbar or use a shared toolbar. If a shared toolbar is selected, the toolbar set specified for the last region is used.  
  HTML editor css stylesheet: Selects the stylesheet that should be used for the HTML (WYSIWYG) editor.  
  Minimum length: Sets the minimum length that must be entered into the region before its content can be saved.  
  Maximum length: Sets the maximum number of characters allowed for the content of the editable region.  
  Word wrap (text area only): Indicates if word wrapping should be applied to the region if the Editable region type is set to Text area.  
  Automatic image resize on upload: Specifies how images inserted into the region should automatically be resized. If the (use site settings) option is selected, the resizing configuration is taken from Site Manager -> Settings -> System -> Files -> Image resizing.  
   

  Security  
  Check permissions: Indicates if the permissions of the current user should be checked for the content of the editable region.  
   

  Web part container  
  Web part container: Specifies the name of the container (box) to be displayed around the web part. Only the containers defined at 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.  
   

  Partial caching  
  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 only contain a single item. 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.  
   

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