New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RadRibbonBar Object
Updated over 6 months ago
The table below lists the most important functions of the client-side RadRibbonBar object as well as many significant functions for performing common tasks.
| Name | Return Value | Type | Description |
|---|---|---|---|
| findButtonByValue | RibbonBarButton | string | Returns the first RibbonBarButton object whose Value property is equal to the passed parameter. |
| findContextualTabGroupByText | RibbonBarContextualTabGroup | string | Returns the first RibbonBarContextualTabGroup object whose Text property is equal to the passed parameter. |
| findGroupByValue | RibbonBarGroup | string | Returns the first RibbonBarGroup object whose Value property is equal to the passed parameter. |
| findItemByText | RibbonBarItem | string | Returns the first RibbonBarItem object whose Text property is equal to the passed argument |
| findMenuItemByValue | RibbonBarMenuItem | string | Returns the first RibbonBarMenuItem object whose Value property is equal to the passed parameter. |
| findTabByDomElement | RibbonBarTab | none | Returns the RadRibbonBar object associated with the passed DOM element . |
| findTabByValue | RibbonBarTab | string | Returns the first RibbonBarTab object whose Value property is equal to the passed parameter. |
| findToggleButtonByValue | RibbonBarToggleButton | string | Returns the first RibbonBarToggleButton object whose Value property is equal to the passed parameter. |
| get_applicationMenuDropDown | none | none | Returns the ApplicationMenu dropdown object. |
| set_defaultDesabledImageUrl | none | string | Sets the default disabled image. |
| get_defaultDesabledImageUrl | string | none | Returns the url of the default disabled image. |
| set_defaultDesabledImageUrlLarge | none | string | Sets the default disabled large image. |
| get_defaultDesabledImageUrlLarge | string | none | Returns the url of the default disabled large image. |
| set_defaultImageUrl | none | string | Sets the default image. |
| get_defaultImageUrl | string | none | Returns the url of the default image. |
| get_id | string | none | Returns the id of the RadRibbonBar object. |
| set_selectedTabIndex | none | integer | Sets the selected tab by its index. |
| get_element | DOM Element | none | Returns the outmost DOM element container of RadRibbonBar . |
| get_quickAccessToolbar | RibbonBarQuickAccessToolbar | none | Returns the RibbonBarQuickAccessToolbar object. |
| get_selectedTab | RibbonBarTab | none | Returns the object of the selected tab. |
| get_selectedTabIndex | integer | none | Returns the index of the selected tab. |
| get_tabs | RibbonBarTabCollection | none | Returns the collection of all Tabs. |