Searched refs:tabName (Results 1 – 5 of 5) sorted by relevance
27 public function __construct($tabName) argument29 $this->name = $tabName;32 public static function create(string $tabName): FormMetaTab argument34 return new FormMetaTab($tabName);
339 function setTab(string $tabName): FormMetaField argument341 Html::validNameGuard($tabName);342 $this->tab = $tabName;
1 …tabName) {\n return this.getFields().filter(e => e.getTab() === tabName);\n }\n\n toH…
5167 },selectTabByName:function(netInfoBox,tabName){var tab=getChildByClass(netInfoBox,"netInfoTabs","ne… argument