|
Cheetah
|
Public Member Functions | |
| __construct ($aInfo) | |
| __construct ($aInfo) | |
| __construct ($aInfo) | |
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()) | |
| insert ($aValsToAdd=array()) | |
| update ($val, $aValsToAdd=array()) | |
| generateUri () | |
| getCleanValue ($sName) | |
| isSubmitted () | |
| isValid () | |
| isSubmittedAndValid () | |
| genCsrfToken ($bReturn=false) | |
| getCsrfTokenTime () | |
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 | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file ChTemplFormView.php.
| ChTemplFormView::__construct | ( | $aInfo | ) |
Constructor
| array | $aInfo | Form contents |
$aInfo['params'] = array( 'remove_form' => true|false, );
Reimplemented from ChBaseFormView.
Reimplemented in ChOAuthFormAdd, ChSitesFormSearch, and ChWsbFormMedia.
Definition at line 12 of file ChTemplFormView.php.
| ChTemplFormView::__construct | ( | $aInfo | ) |
Constructor
| array | $aInfo | Form contents |
$aInfo['params'] = array( 'remove_form' => true|false, );
Reimplemented from ChBaseFormView.
Reimplemented in ChOAuthFormAdd, ChSitesFormSearch, and ChWsbFormMedia.
Definition at line 12 of file ChTemplFormView.php.
| ChTemplFormView::__construct | ( | $aInfo | ) |
Constructor
| array | $aInfo | Form contents |
$aInfo['params'] = array( 'remove_form' => true|false, );
Reimplemented from ChBaseFormView.
Reimplemented in ChOAuthFormAdd, ChSitesFormSearch, and ChWsbFormMedia.
Definition at line 12 of file ChTemplFormView.php.