Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addCopy Method
Adds a copy of TabItem.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addCopy(
: TabItem,
: String,
: String,
: Boolean
) : TabItem; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.addCopy(TabItem,String,String,Boolean); |
Parameters
- tab
- Reference to the source TabItem.
- 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