void
jsCheckboxes
( $ctrl)
void
jsChoiceInternal
( $ctrl)
void
jsHtmleditor
( $ctrl)
void
jsRadiobuttons
( $ctrl)
void
jsSecretconfirm
( $ctrl)
void
outputCaptcha
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputCheckbox
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputCheckboxes
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputChoice
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputDate
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputDatetime
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputGroup
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
output the header content of the form
void
outputHeader
(array $params)
-
array
$params: some parameters
- "errDecorator"=>"name of your javascript object for error listener"
- "helpDecorator"=>"name of your javascript object for help listener"
- "method" => "post" or "get". default is "post"
Redefinition of:
- jFormsBuilderBase::outputHeader()
- output the header content of the form
void
outputHtmleditor
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputInput
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputListbox
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputMenulist
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputMetaContent
( $t)
Redefinition of:
- jFormsBuilderBase::outputMetaContent()
- called during the meta content processing in templates This method should set things on the response, like adding css styles, javascript links etc.
void
outputOutput
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputRadiobuttons
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputReset
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputSecret
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputSecretconfirm
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputSubmit
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputTextarea
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
outputUpload
( $ctrl, $id, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$class
-
$readonly
-
$hint
void
_outputDateControlDay
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
void
_outputDateControlHour
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
void
_outputDateControlMinutes
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
void
_outputDateControlMonth
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
void
_outputDateControlSeconds
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
void
_outputDateControlYear
( $ctrl, $id, $value, $class, $readonly, $hint)
-
$ctrl
-
$id
-
$value
-
$class
-
$readonly
-
$hint
Inherited Methods
Inherited From jFormsBuilderBase
jFormsBuilderBase::__construct()
jFormsBuilderBase::generateFormName()
jFormsBuilderBase::getName()
jFormsBuilderBase::outputAllControls()
jFormsBuilderBase::outputControl()
jFormsBuilderBase::outputControlLabel()
jFormsBuilderBase::outputFooter()
jFormsBuilderBase::outputHeader()
jFormsBuilderBase::outputMetaContent()
jFormsBuilderBase::setAction()