private class CFormHandlerTabbedDB extends CFormHandlerTabbed
Reference Implementation Of The Tabbed Form Handler.
It renders the associated form into table 'gizmo'.
label |
|
The presentation is controlled by CSS:
- .backtable - background table class;
- .backcell - background table cell (TD) class;
- .backform - the form background class;
- .formrow
- .required
- .label
- .nolabel
- .field
|
|
|
|
|
Private Method Details |
start |
private void start( &$form )
|
|
Use this to insert the form caption manually
$form->renderStart();
and/or to override the method.
No additional comments.
|
Parameter |
|
|
&$form |
|
|
No additional comments. |
|
Returns |
void |
|
CUnixTimeMs |
private void CUnixTimeMs( $attrs )
|
|
No additional comments.
|
Parameter |
|
|
$attrs |
|
|
No additional comments. |
|
Returns |
void |
|
inValue |
private void inValue( $unixtime )
|
|
No additional comments.
|
Parameter |
|
|
$unixtime |
|
|
No additional comments. |
|
Returns |
void |
|
outValue |
private void outValue( )
|
|
No additional comments.
|
Returns |
void |
|
stdProcessForm |
private void stdProcessForm( &$form, &$do, &$where )
|
|
No additional comments.
|
Parameter |
|
|
&$form |
|
|
No additional comments. |
|
&$do |
|
|
No additional comments. |
|
&$where |
|
|
No additional comments. |
|
Returns |
void |
|
|
|
|
PHPDoc 1.0beta |
|