New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RibbonBarTab : Telerik.Web.UI.RibbonBarChild

Inheritance Hierarchy

Methods

findButtonByValue

Returns the first RibbonBarButton object whose Value property equals to the passed parameter.

Parameters

value String

The value to search for

Returns

Telerik.Web.UI.RibbonBarButton Returns the first RibbonBarButton whose Value property matches the passed parameter

findGroupByValue

Returns the first RibbonBarGroup object whose Value property equals to the passed parameter.

Parameters

value String

The value to search for

Returns

Telerik.Web.UI.RibbonBarGroup Returns the first RibbonBarGroup whose Value property matches the passed parameter

findItemByAttribute

Gets the first instance of a RibbonBarItem with the specified attribute/value pair.

Parameters

attributeName String

The attribute name to search for

attributeValue String

The attribute value to search for

Returns

Telerik.Web.UI.RibbonBarItem Returns the first RibbonBarItem which has an attribute that matches the passed parameters

findItemByCommandArgument

Returns the first RibbonBarItem object whose CommandArgument property equals the passed parameter.

Parameters

commandArgument String

The text to search for

Returns

Telerik.Web.UI.RibbonBarItem

findItemByCommandName

Returns the first RibbonBarItem object whose CommandName property equals the passed parameter.

Parameters

commandName String

The text to search for

Returns

Telerik.Web.UI.RibbonBarItem

findItemByText

Returns the first RibbonBarItem object whose Text property equals the passed parameter.

Parameters

text String

The text to search for

Returns

Telerik.Web.UI.RibbonBarItem

findMenuItemByValue

Returns the first RibbonBarMenu object whose Value property equals to the passed parameter.

Parameters

value String

The value to search for

Returns

Telerik.Web.UI.RibbonBarMenu Returns the first RibbonBarMenu whose Value property matches the passed parameter

findToggleButtonByValue

Returns the first RibbonBarToggleButton object whose Value property equals to the passed parameter.

Parameters

value String

The value to search for

Returns

Telerik.Web.UI.RibbonBarToggleButton Returns the first RibbonBarToggleButton whose Value property matches the passed parameter

get_contextualTabGroup

RibbonBarContextualTabGroup

Parameters

RibbonBarContextualTabGroup Object

Returns

Object

get_element

Returns the associated DOM element of the Item.

Parameters

Returns

Element

get_groups

Gets a collection with all groups

Parameters

Returns

Telerik.Web.UI.RibbonBarGroupCollection RibbonBarGroupCollection

get_hierarchicalIndex

Gets the hierarchical index inside the parent RadRibbonBar

Parameters

Returns

Number The hierarchical index of the RibbonBarTab

get_labelElement

Returns the DOM element containing the Tab's text element.

Parameters

DOMelement Object

Returns

Object

get_pageView

Gets he DOM element of the RibbonBarTab's pageView

Parameters

Returns

Element The DOM element of the RibbonBarTab

get_ribbonBar

Gets the parent RadRibbonBar's client-object

Parameters

Returns

Telerik.Web.UI.RadRibbonBar Returns the parent RadRibbonBar

get_text

Returns the text of the tab.

Parameters

string Object

Returns

Object

get_textElement

Returns the element of the RibbonBarTab

Parameters

Returns

Element HTML element that holds the RibbonBarTab

get_value

Gets the Value of the RibbonBarTab

Parameters

Returns

String The value of the Value property

set_pageView

Sets the DOM element of the RibbonBarTab's pageView

Parameters

element Element

The DOM element of the RibbonBarTab

Returns

None

set_text

Sets the text property of the tab.

Parameters

Returns

Object

set_value

Sets the Value of the RibbonBarTab

Parameters

value String

The new RibbonBarTab value

Returns

None

In this article