|
|
File: g:\Work\WWW\php\tbox\lib/cbutton.phps
PHP Documentation - PHP/Toolbox::Form
CButton
CSnippet | +-- CMarkup | +-- CButton
Button control class.
|
private class CButton extends CMarkup
Button control class.
| new CButton(array(
| "label" => ...
| ))
|
|
|
|
|
|
Private Method Summary |
void |
render()No additional comments. |
|
|
Fields inherited from CSnippet |
$id |
|
Private Field Summary |
string |
$type |
|
Public Method Details |
CButton |
public void CButton( $attrs )
|
|
Construcs the button
and move the label to value field.
|
Parameter |
|
|
$attrs |
|
|
No additional comments. |
|
Returns |
void |
|
|
Private Method Details |
render |
private void render( )
|
|
No additional comments.
|
Returns |
void |
|
|
Private Field Details |
$type |
private string $type
>>"submit" <<
|
|
|
|
|
PHPDoc 1.0beta |