dimensions_optionsModelRelativeValueXPath |
xPath
|
|
xpath relative to 'dimensions_optionsModelXPath' that references a value attribute, i.e. '../@value' |
dimensions_optionsModelXPath |
xPath
|
|
items considered dimensions, xpath must reference the caption attribute on the item-set; Reference deep link to items (including levels) in case you have hierarhical structure i.e. $config/far:Configurator/far:Dimensions//* /@caption |
dimensions_treeConfig |
object
|
|
tree configuration object (see component documentation) |
measures_optionsModelRelativeValueXPath |
xPath
|
|
xpath relative to 'dimensions_optionsModelXPath' that references a value attribute, i.e. '../@value' |
measures_optionsModelXPath |
xPath
|
|
items considered dimensions, xpath must reference the caption attribute on the item-set; Reference deep link to items (including levels) in case you have hierarhical structure i.e. $config/far:Configurator/far:Dimensions//* /@caption |
measures_treeConfig |
object
|
|
tree configuration object (see component documentation) |
targetModelXPath |
writableModelXPath
|
$guiStatus/guiStatus:Status
|
Target xPath to write the far:ConfiguratorLayout configuration into. |
autofocus |
boolean
|
|
optional
requests the widget to set the focus once it is rendered or enabled for the first time. Only one widget can have a focus, so in case the focus is requested by many widgets it is undefined which one will win. |
disabled |
boolean
|
false
|
optional
All input widgets can be set to be disabled. If disabled, a widget cannot receive a focus, also a style cannot be changed in many browsers. There is no read-only. Also consult read-only vs disabled: http://www.w3.org/TR/html4/interact/forms.html#h-17.12 |
displayBalloon |
boolean
|
false
|
optional
hints and validation messages are displayed in a fly-over if user moves the mouse over the widget. Additionally, they are also displayed in a balloon in bottom-left corner of a browser window in a balloon, which is static and appears as long as the widget has focus. |
doSortOptions |
boolean
|
false
|
optional
Can be set to 'true' if the options should be sorted alphabetically. This is disabled per default to avoid CPU wasting. |
enableNavPath |
boolean
|
false
|
optional
Set to true if widget should be added to navpath handling. |
hint |
i18nToken
|
|
optional
A general feature is the hint indicator on the widget so user can hover it with a mouse to reveal information about it. image aus theme intern handled by tooltip. |
id |
string
|
|
optional
Id of the widget, if not provided this id will be auto-generated. Must be unique. The id must not be used from jQuery UI API, the id should be used within declarative scope only, i.e. X-API / JSP. If provided, this id will overwrite targetHtml element's id. |
tabindex |
integer
|
|
optional
the HTML compliant tabIndex |
targetHtml |
targetHtmlRef
|
|
optional
An existing HTML element this widget should be attached to, provide a dom element, a jQuery element or selector, or an element id. |
widgetCaption |
string
|
|
optional
A caption which is used as prefix for navPath generation for this widget. |