Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: g:\Work\WWW\php\tbox\./sample/shared/edit.phps
PHP Documentation - PHP/Toolbox::Form

CFormHandlerTabbedDB

CFormHandlerSimple
  |
  +-- CFormHandlerTabbed
    |
    +-- CFormHandlerTabbedDB

Reference Implementation Of The Tabbed Form Handler.

 

private class CFormHandlerTabbedDB extends CFormHandlerTabbed

Reference Implementation Of The Tabbed Form Handler.
It renders the associated form into table 'gizmo'. <tr><td>label</td> <td><input ...></td><tr> 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

 

Methods inherited from CFormHandlerTabbed

end, startcontrol, endcontrol, startnolabel, endnolabel

Methods inherited from CFormHandlerSimple

end, startcontrol, endcontrol, startnolabel, endnolabel

Private Method Summary

void

start( &$form)

Use this to insert the form caption manuallyNo additional comments.
void

CUnixTimeMs( $attrs)

No additional comments.
void

inValue( $unixtime)

No additional comments.
void

outValue()

No additional comments.
void

stdProcessForm( &$form, &$do, &$where)

No additional comments.

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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta