Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: g:\Work\WWW\php\tbox\lib/cgroup.phps
PHP Documentation - PHP/Toolbox::Form

CGroup

CSnippet
  |
  +-- CMarkup
    |
    +-- CControl
      |
      +-- CSelect
        |
        +-- CGroup

The cform group (of radio- or check-boxes) ccontrols.

 

private class CGroup extends CSelect

The cform group (of radio- or check-boxes) ccontrols.
| new CGroup(array( | "label" => ..., | "options" => ... | ))

See Also$options

 

Methods inherited from CSelect

cselect, renderreadonly

Methods inherited from CControl

ccontrol, renderreadonly, getvalue, outvalue, invalue, validatevalue

Methods inherited from CMarkup

cmarkup, renderreadonly, write

Methods inherited from CSnippet

csnippet, append, qualify, getglobal, setglobal, write, flush, writecode

Public Method Summary

void

CGroup( $attrs)

No additional comments.

Private Method Summary

void

render()

Main rendering method.No additional comments.

Fields inherited from CSelect

$multiple, $options, $sizethreshold

Fields inherited from CControl

$nodata

Fields inherited from CMarkup

$attrs, $nodata

Fields inherited from CSnippet

$id

Private Field Summary

string

$suffix

The html-formatting suffix of the group's item.
string

$type

Public Method Details

CGroup

public void CGroup( $attrs )

 

No additional comments.

Parameter
$attrs
No additional comments.
Returns void


Private Method Details

render

private void render( )

  Main rendering method.
It never has to be used directly, use it via the parent form method
$form->renderControl($form->controls["name"]);
instead.

No additional comments.

Returns void


Private Field Details

$suffix

private string $suffix

>>"&nbsp;"<<

The html-formatting suffix of the group's item.


$type

private string $type

>>"group"<<




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta