Attribute | Value | Description |
|---|
ImagesOnlyTabStrip | False | The tab uses the iconfile specified for the page instead of the page name. However, if no icon file is specified, then the page name is used. |
ItemsPerRow | | The tabstrip will split the items into several rows, each having this number of items. Allowed values - integer, greater than zero. Note: you must also set the property TabDisplayMode to "MultiRow" |
ShowOnlyCurrent | | If set to "CurrentItem" then the tabstrip will render only the child items of the currently selected item. If set to "RootItem" then the tabstrip will render all child items of the root group item that is selected or is a part of the path to the currently selected tabstrip item. If you specify a Page ID, the menu will display only the child items of the specified page. Allowed values are "CurrentItem", "RootItem", and the ID of a DNN Page. |
EnableToolTips | True | If set to "True", the the page description will be shown when the mouse hovers over a tab in the tabstrip. |
MaxLevel | | The maximum number of levels to display. A value of 0 means that only the root level of tab items will be shown in the tabstrip, 1 means the root level and one level of child tabs, etc. |
Align | Left | Sets the alignment of the RadTabStrip Tabs. Possible values are: - Left - the Tabs will be aligned to the left; - Center - the Tabs will be centered in the middle; - Right - the Tabs will be aligned to the right; - Justify - the Tabs will occupy the whole RadTabStrip space and the browser will resize them accordingly. |
CausesValidation | False | Triggers both client and server side validation before posting back and firing user event-handlers. |
CssClass | | |
Height | | |
OnClientMouseOut | | |
OnClientMouseOver | | |
OnClientTabSelected | | |
OnClientTabSelecting | | |
OnClientTabUnSelected | | |
Orientation | HorizontalTopToBottom | HorizontalTopToBottom - The RadTabStrip is horizontal, any child sub tabs will appear below the main RadTabStrip. HorizontalBottomToTop - The RadTabStrip is horizontal, any child sub tabs will appear above the main RadTabStrip. VerticalLeftToRight - The RadTabStrip is vertical, any child sub tabs will appear to the right of the main RadTabStrip. VerticalRightToLeft - The RadTabStrip is vertical, any child sub tabs will appear to the left of the main RadTabStrip. |
PerTabScrolling | False | Sets a value that indicates whether the tabstrip should scroll directly to the next tab (no smooth animation effect) |
ScrollButtonsPosition | Right | The position of the scroll buttons toward the Tab labels when the ScrollChildren property is set to True. Otherwise it is ignored. |
ScrollChildren | False | Sets a value that indicates whether the tabstrip should scroll the child tabs of the selected tab. |
ScrollPosition | | Sets the position of the scrollable band of tabs relative to the beginning of the scrolling area when the TabDisplayMode property is set to Scrollable. Otherwise it is ignored. |
Skin | | Sets the skin used by RadTabStrip. |
Width | | |
TabChildGroupCssClass | | |
TabCssClass | | |
TabDisabledCssClass | | |
TabHeight | | |
TabImageUrl | | Image to show on the tabstrip item (can contain the *SkinPath* and *PageName* tokens, e.g. "*SkinPath*/img/*PageName*.gif") |
TabSelectedCssClass | | |
TabWidth | | |
CopyChildItemLink | False | Some menu items have disabled links(for example "Admin", "Host" etc.). If you have a menu with MaxLevel=0, then these menus will be inaccessible because you cannot click on "Admin" or "Host" items. With this option set to True, all menu items that do not correspond to a page will point to their first child item. For example clicking on the Admin menu will redirect the user to "Admin>Site Settings"(the first child page in the admin menu). |
ImagesOnlyTabStrip | False | If set to True, the tabstrip will not show the item text. This property should be used when TabImageUrl is set. |
MaxLevel | -1 | Maximal number of child item levels to show. A value of "0" means that only the root tab items will be rendered. "1" means the root and one level of child items. |
ItemsPerRow | -1 | The number of tabs per row for a multirow tabstrip. |
EnableItemId | False | Each tabstrip item will get a specific ID in the form TS_# where # corresponds to the item's TabId. |
EnableUserMenus | True | A Boolean parameter, specifying whether or not to show the normal(non-admin) menu pages in the tabstrip. |
EnableAdminMenus | True | A Boolean parameter, specifying whether or not to show the admin(Admin and Host) pages in the tabstrip. |
PagesToExclude | | A comma-separated list of pages IDs OR Names that will NOT be included in the tabstrip navigation control. |