Chat web part

  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.  
   

  General  
  Group name: Name of the group this web part belongs to. Web parts grouped into one group are linked together.  
  Enable BBCode: Indicates if BBCode should be enabled in chat messages. If disabled, BBCode in messages will not be resolved.  
  Display messages inline: When checked, messages are displayed as a single line (line breaks are ignored).  
  Messages direction: Selects the direction of message movement. Down: New messages are appended to the bottom of the message window. Up: New messages are prepended to the top of the message window.  
  Number of messages: Number of messages that will be loaded when a user joins a chat room.  
  Enable notification highlight: If checked, newly received notifications will appear to users in a pop-upp bubble in the top right corner of the page.  
  Display initial title: Indicates if room name initial text (defined in settings) should be displayed when user is not present in any room.  
  Initial title: Defines custom text which will be displayed when user is not present in any room.  
  Show close all button: Indicates whether the Close all button should be displayed.  
   

  Chat rooms  
  Enable paging: If checked, paging for the list of rooms will be used.  
  Rooms per page: Defines how many rooms should be displayed on one page.  
  Enable filtering: When checked, a text box for filtering users will be displayed.  
  Show filter limit: Filter will be shown when there is at least the specified number of rooms.  
  Enable popup window: Enables chat users to open a selected room in a new pop-up window when they click the room with the middle mouse button. The pop-up window will use default transformations specified in global settings.  
   

  Room users  
  Enable paging: If checked, paging for the list of users is used.  
  Users per page: Defines how many users should be displayed on one page.  
  Enable filtering: When checked, a text box for filtering users will be displayed.  
  Show filter limit: Filter will be shown when there is at least the specified number of users.  
  Sort users by their status: If enabled, users will be sorted by their on-line/off-line status (on-line first).  
   

  On-line chat users  
  Search mode: Defines whether on-line chat users can be only searched or a complete list should be displayed along with the search box. The Search mode is recommended when there are many users on-line at a time, in order to save network traffic.  
  Enable paging: If checked, paging for the list of users is used.  
  Users per page: Defines how many users should be displayed on one page.  
  Enable filtering: When checked, a text box for filtering users will be displayed.  
  Show filter limit: Filter will be shown when there is at least the specified number of users.  
  Maximum number of found users: Defines the maximum number of results to be returned to the searching user. Zero means there is no limit.  
   

  Transformations  
  Room transformation: Transformation to be used for displaying rooms in their list.  
  Chat room name tranformation: Transformation for displaying chat room name in the room title.  
  Notification transformation: Transformation used for displaying notification messages.  
  Chat message transformation: Transformation which will be applied to every displayed message.  
  Chat room user transformation: Transformation for displaying users in the list of users on-line in a room.  
  On-line user transformation: Trasnformation for displaying on-line users.  
  Error transformation: Transformation that will be used for displaying errors.  
  Close all button transformation: Transformation that will be used to display the Close all button.  
   

  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?ChatWebpart_properties.htm