Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addTab Method
Adds new TabItem.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addTab(
: String,
: String,
: Boolean
) : TabItem; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.addTab(String,String,Boolean); |
Parameters
- text
- Text for new TabItem.Url for ContentPane associated with new TabItem.
- text2
- select
- Option to select new TabItem.
Return Value
Reference to TabItem or null.
See Also