Jelix 1.7.18

group_htmlFormWidget extends WidgetBase
in package
implements ParentWidgetInterface

HTML form builder.

Tags
subpackage

forms_widget_plugin

see
http://developer.jelix.org/wiki/rfc/jforms-controls-plugins

Interfaces, Classes and Traits

ParentWidgetInterface

Table of Contents

addFinalJs()  : mixed
addJs()  : mixed
controlJsChild()  : mixed
outputControl()  : mixed
outputControlValue()  : mixed
outputLabel()  : mixed
outputMetaContent()  : mixed
displayChildControl()  : mixed
displayChildControlValue()  : mixed
displayEmptyValue()  : mixed
displayEndGroup()  : mixed
displayEndValueGroup()  : mixed
displayStartGroup()  : mixed
displayStartValueGroup()  : mixed
jsGroupInternal()  : mixed

Methods

addFinalJs()

public addFinalJs(mixed $js) : mixed
Parameters
$js : mixed
Return values
mixed

outputLabel()

public outputLabel([mixed $format = '' ][, mixed $editMode = true ]) : mixed
Parameters
$format : mixed = ''
$editMode : mixed = true
Return values
mixed

outputMetaContent()

public outputMetaContent(mixed $resp) : mixed
Parameters
$resp : mixed
Return values
mixed

displayEndValueGroup()

protected displayEndValueGroup(bool $hasChildControlValue) : mixed
Parameters
$hasChildControlValue : bool

true if all values of child controls have been displayed

Return values
mixed

displayStartGroup()

protected displayStartGroup(mixed $groupId, mixed $label[, mixed $checkBoxAttr = array() ]) : mixed
Parameters
$groupId : mixed
$label : mixed
$checkBoxAttr : mixed = array()
Return values
mixed

displayStartValueGroup()

protected displayStartValueGroup( $groupId,  $label, bool $hasChildControlValue) : mixed
Parameters
$groupId :
$label :
$hasChildControlValue : bool

true if all values of child controls will be displayed

Return values
mixed

jsGroupInternal()

protected jsGroupInternal(mixed $ctrl) : mixed
Parameters
$ctrl : mixed
Return values
mixed

Search results