CAdminTabEngine is a class used to create and manage custom tabs. You can find more information about the creation of custom tab forms here.
Method | Description |
---|---|
CAdminTabEngine | The class constructor. |
SetErrorState | Sets the value of the "Data obtained from a form on error" flag. |
SetArgs | Sets additional parameters that will be passed to the custom tab handlers. |
Check | Calls the custom tab handlers to validate the form data. |
Action | Calls the tab handlers to process the form data. |
GetTabs | Obtains the tab configuration information by calling the custom tab handlers. |
ShowTab | Calls custom tab handlers to obtain the HTML code of their pages. |
You can find the detailed example of creating custom tabs here.
© 2001-2008 Bitrix | Bitrix Site Manager |