GetSection($section); $objCatToolBar = new clsToolBar(); $objCatToolBar->Add("img_save", "la_Save", "#", "swap('img_save','toolbar/tool_select_f2.gif');", "swap('img_save', 'toolbar/tool_select.gif');", "javascript:history.back();", "tool_select.gif"); $objCatToolBar->Add("img_cancel", "la_Cancel", "#", "swap('img_cancel','toolbar/tool_cancel_f2.gif');", "swap('img_cancel', 'toolbar/tool_cancel.gif');", "javascript:history.back();", "tool_cancel.gif"); $extra_styles = ''; $title = admin_language("la_tag_library"); int_header($objCatToolBar,NULL,$title,NULL,$extra_styles); $objTagList = new clsTagList(); $objTagList->Clear(); $objTagList->Query_Item("SELECT * FROM ".$objTagList->SourceTable); ?> NumItems()>0) { foreach($objTagList->Items as $i) { $i->LoadAttribs(); //echo " ".$i->attribs->NumItems()." Attributes
\n"; if( $i->Get("name") ) { ?>
Get("scope") != "global") ? $i->Get("scope").'.'.$i->Get("name") : $i->Get("name"); ?>
Get("description"); ?>
Attributes: Source example:
attribs->NumItems() > 0 ) { // has attributes ?> attribs->Items as $a) { ?>
Get("Name").'['.$a->Get("AttrType").']'; ?> Get("Description"); ?>
 
Get('example'); echo $example ? $example : ' '; ?>