WidgetBase
in package
implements
WidgetInterface
Tags
Interfaces, Classes and Traits
- WidgetInterface
- Interface for HTML widgets plugins.
Table of Contents
- $_endt : mixed
- $attributes : array<string|int, mixed>
- html attributes for the control.
- $builder : HtmlBuilder
- The form builder.
- $ctrl : jFormsControl
- The control.
- $defaultAttributes : array<string|int, mixed>
- default html attributes for the control.
- $labelAttributes : array<string|int, mixed>
- html attributes for the control label.
- $parentWidget : ParentWidgetInterface
- the parent widget.
- $valuesSeparator : mixed
- __construct() : mixed
- getId() : mixed
- Get the control id.
- getName() : mixed
- Get the control name.
- getValue() : mixed
- return the value of the HTML element.
- outputControl() : mixed
- displays the form field itself.
- outputControlRawValue() : mixed
- displays the raw value of the form field only.
- outputControlValue() : mixed
- displays the value of the form field only.
- outputHelp() : mixed
- This function displays the blue question mark near the form field.
- outputLabel() : mixed
- This function displays the form field label.
- outputMetaContent() : mixed
- add the CSS and javascript link.
- setAttributes() : mixed
- set attributes to add on the HTML element.
- setDefaultAttributes() : mixed
- setLabelAttributes() : mixed
- _outputAttr() : mixed
- commonGetJsConstraints() : mixed
- commonJs() : mixed
- escJsStr() : mixed
- fillSelect() : mixed
- getControlAttributes() : mixed
- Returns an array containing all the control attributes.
- getCSSClass() : mixed
- Get the control class.
- getLabelAttributes() : mixed
- Retrieve the label attributes.
- getValueAttributes() : mixed
- outputLabelAsFormLabel() : mixed
- outputLabelAsTitle() : mixed
Properties
$_endt
protected
mixed
$_endt
= '/>'
Tags
$attributes
html attributes for the control.
protected
array<string|int, mixed>
$attributes
= array()
Tags
$builder
The form builder.
protected
HtmlBuilder
$builder
Tags
$ctrl
The control.
protected
jFormsControl
$ctrl
Tags
$defaultAttributes
default html attributes for the control.
protected
array<string|int, mixed>
$defaultAttributes
= array()
Tags
$labelAttributes
html attributes for the control label.
protected
array<string|int, mixed>
$labelAttributes
= array()
Tags
$parentWidget
the parent widget.
protected
ParentWidgetInterface
$parentWidget
Tags
$valuesSeparator
protected
mixed
$valuesSeparator
= ' '
Tags
Methods
__construct()
public
__construct(mixed $args) : mixed
Parameters
- $args : mixed
Tags
Return values
mixed —getId()
Get the control id.
public
getId() : mixed
Tags
Return values
mixed —getName()
Get the control name.
public
getName() : mixed
Tags
Return values
mixed —getValue()
return the value of the HTML element.
public
getValue() : mixed
Tags
Return values
mixed —outputControl()
displays the form field itself.
public
abstract outputControl() : mixed
Tags
Return values
mixed —outputControlRawValue()
displays the raw value of the form field only.
public
outputControlRawValue() : mixed
Tags
Return values
mixed —outputControlValue()
displays the value of the form field only.
public
outputControlValue() : mixed
Tags
Return values
mixed —outputHelp()
This function displays the blue question mark near the form field.
public
outputHelp() : mixed
Tags
Return values
mixed —outputLabel()
This function displays the form field label.
public
outputLabel([mixed $format = '' ][, mixed $editMode = true ]) : mixed
Parameters
- $format : mixed = ''
- $editMode : mixed = true
Tags
Return values
mixed —outputMetaContent()
add the CSS and javascript link.
public
outputMetaContent(mixed $resp) : mixed
Parameters
- $resp : mixed
-
The response used
Tags
Return values
mixed —setAttributes()
set attributes to add on the HTML element.
public
setAttributes(mixed $attr) : mixed
Parameters
- $attr : mixed
Tags
Return values
mixed —setDefaultAttributes()
public
setDefaultAttributes(mixed $attr) : mixed
Parameters
- $attr : mixed
Tags
Return values
mixed —setLabelAttributes()
public
setLabelAttributes(mixed $attributes) : mixed
Parameters
- $attributes : mixed
Tags
Return values
mixed —_outputAttr()
protected
_outputAttr(mixed &$attributes) : mixed
Parameters
- $attributes : mixed
Tags
Return values
mixed —commonGetJsConstraints()
protected
commonGetJsConstraints() : mixed
Tags
Return values
mixed —commonJs()
protected
commonJs() : mixed
Tags
Return values
mixed —escJsStr()
protected
escJsStr(mixed $str) : mixed
Parameters
- $str : mixed
Tags
Return values
mixed —fillSelect()
protected
fillSelect(mixed $ctrl, mixed $value) : mixed
Parameters
- $ctrl : mixed
- $value : mixed
Tags
Return values
mixed —getControlAttributes()
Returns an array containing all the control attributes.
protected
getControlAttributes() : mixed
Tags
Return values
mixed —getCSSClass()
Get the control class.
protected
getCSSClass() : mixed
Tags
Return values
mixed —getLabelAttributes()
Retrieve the label attributes.
protected
getLabelAttributes(mixed $editMode) : mixed
Parameters
- $editMode : mixed
Tags
Return values
mixed —getValueAttributes()
protected
getValueAttributes() : mixed
Tags
Return values
mixed —outputLabelAsFormLabel()
protected
outputLabelAsFormLabel(mixed $label, mixed $attr) : mixed
Parameters
- $label : mixed
- $attr : mixed
Tags
Return values
mixed —outputLabelAsTitle()
protected
outputLabelAsTitle(mixed $label, mixed $attr) : mixed
Parameters
- $label : mixed
- $attr : mixed