|
Cheetah
|
Public Member Functions | |
| __construct ($oModule) | |
| insert ($aValsToAdd=array()) | |
Public Member Functions inherited from ChBaseFormView | |
| getCode () | |
| genForm () | |
| genTable () | |
| genRow (&$aInput) | |
| genRowStandard (&$aInput) | |
| genRowSelectBox (&$aInput) | |
| genRowHeaders (&$aInput) | |
| genRowBlockHeader (&$aInput) | |
| genBlockEnd () | |
| genWrapperInput ($aInput, $sContent) | |
| genInput (&$aInput) | |
| getInputId (&$aInput) | |
| genInputStandard (&$aInput) | |
| genInputButton (&$aInput) | |
| genInputTextarea (&$aInput) | |
| addHtmlEditor ($iViewMode, &$aInput) | |
| genInputSelect (&$aInput) | |
| genInputSelectBox (&$aInput, $sInfo='', $sError='') | |
| genInputSelectMultiple (&$aInput) | |
| genInputCheckboxSet (&$aInput) | |
| genInputRadioSet (&$aInput) | |
| genInputCaptcha (&$aInput) | |
| genLabel (&$aInput) | |
| convertArray2Attrs ($a) | |
| genInfoIcon ($sInfo) | |
| genErrorIcon ( $sError='') | |
| getOpenTbody ($aAttrsAdd=false) | |
| getCloseTbody () | |
| getInput ($sType, $sAttrs, $sContent='') | |
| addCssJs ($isDateControl=false, $isDateTimeControl=false) | |
Public Member Functions inherited from ChWsbForm | |
| initChecker ($aValues=array()) | |
| update ($val, $aValsToAdd=array()) | |
| generateUri () | |
| getCleanValue ($sName) | |
| isSubmitted () | |
| isValid () | |
| isSubmittedAndValid () | |
| genCsrfToken ($bReturn=false) | |
| getCsrfTokenTime () | |
Static Protected Attributes | |
| static | $LENGTH_ID = 10 |
| static | $LENGTH_SECRET = 32 |
Additional Inherited Members | |
Static Public Member Functions inherited from ChWsbForm | |
| static | getSubmittedValue ($sKey, $sMethod) |
| static | getCsrfToken () |
Public Attributes inherited from ChBaseFormView | |
| $bEnableErrorIcon = true | |
| $sCode | |
| $_sCodeAdd = '' | |
| $_isTbodyOpened = false | |
| $_isDateControl = false | |
| $_isDateTimeControl = false | |
Public Attributes inherited from ChWsbForm | |
| $_isValid = true | |
| $_sCheckerHelper | |
| $aFormAttrs | |
| $aTableAttrs | |
| $aInputs | |
| $aParams | |
| $id | |
Definition at line 10 of file ChOAuthFormAdd.php.
| ChOAuthFormAdd::__construct | ( | $aInfo | ) |
Constructor
| array | $aInfo | Form contents |
$aInfo['params'] = array( 'remove_form' => true|false, );
Reimplemented from ChTemplFormView.
Definition at line 15 of file ChOAuthFormAdd.php.
| ChOAuthFormAdd::insert | ( | $aValsToAdd = array() | ) |
Reimplemented from ChWsbForm.
Definition at line 76 of file ChOAuthFormAdd.php.
|
staticprotected |
Definition at line 12 of file ChOAuthFormAdd.php.
|
staticprotected |
Definition at line 13 of file ChOAuthFormAdd.php.