Web part zone properties
Here you can edit the configuration of web part zones:
Default:
Zone title |
Title of the zone displayed on the Design tab. |
||||||||||
Disable view state |
Indicates if view state should be disabled for the web part zone. |
||||||||||
Widget zone type |
The following widget zone types are available:
Please bear in mind that changing the widget zone type removes all current web parts or default widgets placed in this zone. |
Visibility:
Visible |
Indicates if the entire content of the web part zone should be displayed. |
Hide on subpages |
Indicates if the web part zone should be hidden on sub-pages. If checked, the zone will not be displayed on child documents that inherit the page template containing the zone. |
Show for document types |
Contains a list of document types on which the web part zone should be displayed. If the currently selected document uses the page template containing the web part zone, but its type is not specified by this property, the zone will be hidden.
The document types in the list must be specified by their code names and separated by semicolons (;). If empty, the zone will be displayed on all document types. |
Display to roles |
Contains a list of roles to which the web part zone 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 zone will be displayed to all users. |
Zone container:
Container |
Specifies the name of the container (box) to be displayed around the entire web part zone. 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 (if one is specified for the web part zone). 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 web part zone's 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 displayed in the web part zone's container. Applied only if the code of the used container contains the {%ContainerCustomContent%} macro. |
HTML Envelope:
Content before |
HTML content placed before the web part zone. 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 zone. Can be used to display a footer or close the tags contained in the value of the ContentBefore property, such as </div> or </table> elements. |
AJAX:
Use update panel |
Indicates if an AJAX UpdatePanel container should be used for the web part zone. |
Time zones:
Time zone |
Specifies the type of time zone used for the content of the web part zone. The following types are available:
|
||||||||||
Custom time zone |
May be used to assign a custom time zone specifically to this web part zone. If selected, the time zone will be used regardless of current user or website time zone settings. |
More resources can be found at: