bool CAdminTabEngine::Action( )
The Action method calls the tab handlers to process the form data. The system always calls all of the handlers even if one of the them fails.
if (!$customTabber->Action()) { if ($ex = $APPLICATION->GetException()) $errorMessage .= $ex->GetString(); else $errorMessage .= "Error. "; }
© 2001-2008 Bitrix | Bitrix Site Manager |