Method | Description | |
---|---|---|
ActiveTabKey ( this tabs ) : string | ||
IndexByKey ( this tabs ) : int?>.JsDictionary |
||
SelectTab ( this tabs, string tabKey ) : void | ||
SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void |
public static ActiveTabKey ( this tabs ) : string | ||
tabs | this | |
return | string |
public static IndexByKey ( this tabs ) : int?>.JsDictionary |
||
tabs | this | |
return | int?>.JsDictionary |
public static SelectTab ( this tabs, string tabKey ) : void | ||
tabs | this | |
tabKey | string | |
return | void |
public static SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void | ||
tabs | this | |
tabKey | string | |
isDisabled | bool | |
return | void |