Remoto - VFS
|
A grouping widget which will put child widgets in a row instead of the normal form column. More...
#include "remoto!stdlib:js/widgets/widgets/groupWidget.js"
Public Member Functions | |
groupWidget (dd) | |
activate () | |
changeField (childChange, variable, value, widget) | |
A change callback for widgets created within this group. More... | |
createWidget () | |
deactivate () | |
destroy () | |
![]() | |
widget (d) | |
widget contstructor More... | |
activate () | |
Activate the widget, which will cause changes to propagate to the form, and therefore the submit() mechanism. More... | |
applyOptions () | |
Apply option changes to an existing widget, like from a diff. More... | |
arrowMessage (m) | |
Create an arrowMessage and point its arrow at this widget's position on screen. More... | |
createHTML () | |
Create the HTML representation of this object, including the label and form field. More... | |
createLabel () | |
Create the label jQuery object. More... | |
createWidget () | |
Create the widget jQuery object. More... | |
deactivate () | |
Deactivate the widget, which will unbind input events from their callbacks. More... | |
destroy () | |
Destroy this widget. More... | |
disable () | |
Disable this widget. More... | |
doChange () | |
Collect changes to the value of this widget and call this widget's _change method, if it exists, after a period of the user's uifreqency has expired. More... | |
enable () | |
Enable this widget. More... | |
sync () | |
Sync the visible value with the internal value. More... | |
validate () | |
Validate the value of this widget using the _validator function. More... | |
setter | immediateValue |
Set the value of this widget, and trigger the doChange method without waiting. More... | |
getter | value |
Return the internal value of this widget, which may not be the same as what is displayed in the interface. More... | |
getter | defaultValue |
Return the default value of this widget. More... | |
getter | visibleWidget |
Return the visible jQuery object for this widget. More... | |
getter | isDefault |
Return whether or not this widget's value is its default value. More... | |
getter | nonDefaultValue |
Return the value of this widget, or return undefined if it contains the default value. More... | |
setter | validator |
Set this widget's validator function. More... | |
setter | error |
Set the error value of this widget. More... | |
setter | activeUser |
Set the activeUser of this widget. More... | |
getter | enabled |
Return true or false based on _enabled state. More... | |
getter | hidden |
The hidden state of this widget. More... | |
Getters & Setters | |
getter | value |
a getter DOCME More... | |
getter | isDefault |
a getter DOCME More... | |
getter | nonDefaultValue |
a getter DOCME More... | |
A grouping widget which will put child widgets in a row instead of the normal form column.
DOCME
options:
groupWidget | ( | dd | ) |
dd |
DOCME
activate | ( | ) |
DOCME
changeField | ( | childChange, | |
variable, | |||
value, | |||
widget | |||
) |
A change callback for widgets created within this group.
childChange | A callback for when a child of this group changes value |
variable | The variable name of the child |
value | The new value for the child |
widget | The widget of the child |
This is a collector method for when values of children in a group change, ultimately reporting changed values back to this widget's change method.
createWidget | ( | ) |
DOCME
deactivate | ( | ) |
DOCME
destroy | ( | ) |
DOCME
getter isDefault |
a getter DOCME
getter nonDefaultValue |
a getter DOCME
setter value |
a getter DOCME
a setter DOCME