General Introduction
Features
Settings
Email system
Date and Time
URL rewrite
Special constants
Special variables
Complex logic in filter
End
void CAdminTabControl::End( )
The End method closes the tabbed form output. If any tabs were previously started, they are closed.
Example
<? // close the form - display the save buttons $tabControl->Buttons( array( "disabled"=>($POST_RIGHT<"W"), "back_url"=>"rubric_admin.php?lang=".LANG, ) ); ?> <? // complete the tab interface $tabControl->End(); ?>
© «Bitrix24», 2001-2024
Up