Todo List
pnFormPlugin | --pnFormStyledPlugin | --pnFormCheckbox
Plugin to generate a checkbox for true/false selection.
[line 30]
Set to true when checkbox is checked, false otherwise.
[line 50]
[line 44]
The name stored here is used to lookup initial data for the plugin in the render's variables. Defaults to the ID of the plugin. See also tutorials on the Zikula site.
[line 61]
The group name is used to locate data in the render (when databased) and to restrict which plugins to do validation on (to be implemented).
[line 67]
[line 35]
void create( &$render, $params)
void decode( &$render)
void getFilename( )
void load( &$render, &$params)
void loadValue( &$render, &$values)
void render( &$render)
void saveValue( &$render, &$data)