GeoPrisma logo

Field options for widgets

Here’s a complete list of all Field options that are specifically used by Widgets :

filter

  • String value. The filter to apply when querying on the field. Defaults may differ depending on the widget used. Here’s the possible values :
    • %#%
    • #%
    • %#
    • #
  • Optional for Widgets :

selectType

  • String value. How to display the field in the FeaturePanel_Selector widget. Possible values are :
    • key (showing key only)
    • value (showing value only)
    • keyValue (showing key followed by value)
  • Mandatory for Widgets :

type

  • String value. Type of the field. Possible values are :
    • string
    • float
    • integer
  • Mandatory for Widgets :
    • ResultExtGrid. If the widget has the useResponseFields option set to true, then this field option isn’t required (and would in fact be ignored if set).

width

  • Integer value. Width in pixel of field when drawn.
  • Mandatory for Widgets :
    • ResultExtGrid. If the widget has the useResponseFields option set to true, then this field option isn’t required (and would in fact be ignored if set).
  • Optional for Widgets :

Important notes about field options

Note

Each field option must appear only once.

Table Of Contents

Previous topic

Resource options for widgets

Next topic

Locale (i18n)

This Page