Extends
Methods
-
<static> getForm( [element])
-
Returns the form for an element.
Parameters:
Name Type Argument Description element
HTMLElement <optional>
An element in the Document Object Model (DOM).
Returns:
- Type
- HTMLElement | null
-
<static> getFormFields(settings)
-
Returns a Array of form elements .
Parameters:
Name Type Description settings
ix.util~FormFieldSettings Returns:
- Type
- JQuery
-
<static> getHtml( [key] [, settings])
-
Returns a HTML element.
Parameters:
Name Type Argument Description key
String <optional>
An element guid or id.
settings
Object <optional>
Returns:
- Type
- HTMLElement | null
-
<static> getUp( [key] [, settings])
-
Returns the up-Object.
Parameters:
Name Type Argument Description key
String <optional>
An element guid or id.
settings
Object <optional>
Returns:
- Type
- upObject | null
-
<static> raiseCallback( [callback] [, params])
-
Wrapper, to be able to raise a callback safely.
Parameters:
Name Type Argument Description callback
ix.util~RaisedCallback <optional>
The Callback-Function, which shall be raised.
params
Object <optional>
The given parameter applied to the callback function.
Returns:
- Type
- Callback
Type Definitions
-
FormFieldSettings
-
Type:
- Object
Properties:
Name Type Argument Description containerNode
Element <optional>
An container element in the Document Object Model (DOM).
selector
Selector <optional>
A string containing a selector expression to match elements against.
filter
function <optional>
A function used as a test for each element in the set. Within the filter function, this refers to each DOM element in turn.
-
RaisedCallback(params)
-
This callback is the wrapper-definition used for callbacks to be appended.
Parameters:
Name Type Description params
Object