AddressField (open)
Syntax
LOADLIB "mod::publisher/lib/webtools/formcomponents/address.whlib";
OBJECTTYPE AddressField
Constructor
Variables
- STRING ARRAY autocomplete (inherited from FormFieldBase)
- RECORD groupdataset (inherited from FormFieldBase)
Properties
- PROPERTY addressoptions
List of options. Allowed values: nl-zip-force: For NL, place zip and nr_detail first and disable street/city, nl-zip-suggest: For NL, place zip and nr_detail first, keep street/city editable.
- PROPERTY conditionname (inherited from FormFieldBase)
- PROPERTY countrylist
- PROPERTY dataset (inherited from FormFieldBase)
Dataset to put in the field <input> element (only when the field expands to a single input!)
- PROPERTY enabled (inherited from FormFieldBase)
Whether this field is enabled
- PROPERTY enabledcondition (inherited from FormFieldBase)
- PROPERTY fieldtitles
- PROPERTY formgroup (inherited from FormFieldBase)
- PROPERTY formorder (inherited from FormFieldBase)
- PROPERTY groupclasses (inherited from FormFieldBase)
- PROPERTY hidetitle (inherited from FormFieldBase)
Hide the title for this field
- PROPERTY htmltitle (inherited from FormFieldBase)
HTML Title of this field - if set, overrides title
- PROPERTY name (inherited from FormFieldBase)
Name of the field
- PROPERTY novalue (inherited from FormFieldBase)
- PROPERTY parent (inherited from FormFieldBase)
This field's parent field
- PROPERTY qname (inherited from FormFieldBase)
- PROPERTY required (inherited from FormFieldBase)
Whether this field is required
- PROPERTY requiredcondition (inherited from FormFieldBase)
- PROPERTY title (inherited from FormFieldBase)
Title of this field
- PROPERTY value
- PROPERTY visible (inherited from FormFieldBase)
Whether this field is visible
- PROPERTY visiblecondition (inherited from FormFieldBase)
Functions
- OBJECT FUNCTION CreateSubField(STRING type, STRING name, RECORD matchattributes) (inherited from FormFieldBase)
Create a subfield
- RECORD ARRAY FUNCTION EnrichWithFormattedResults(RECORD exportoptions, RECORD ARRAY inputvalues)
- OBJECT ARRAY FUNCTION GetChildComponents() (inherited from FormFieldBase)
Get child components. Arrays need this to properly handle subfields
- STRING ARRAY FUNCTION GetComponentNames() (inherited from FormFieldBase)
- RECORD FUNCTION GetComposableData()
- RECORD ARRAY FUNCTION GetExtraMergeFields(RECORD value) (inherited from FormFieldBase)
Returns extra merge fields for this field
- OBJECT FUNCTION GetFieldByTag(STRING fieldtag)
Get a form component by its tag
- RECORD ARRAY FUNCTION GetOptions() (inherited from FormFieldBase)
- RECORD FUNCTION GetRenderTree() (inherited from ComposedFormFieldBase)
- RECORD ARRAY FUNCTION GetResultColumns(RECORD exportoptions)
- RECORD FUNCTION GetStorageValue() (inherited from FormFieldBase)
- BOOLEAN FUNCTION IsFrontendVisible() (inherited from FormFieldBase)
- BOOLEAN FUNCTION IsNowEnabled() (inherited from FormFieldBase)
- BOOLEAN FUNCTION IsNowRequired() (inherited from FormFieldBase)
Return true if this field is required, either statically or by its condition
- BOOLEAN FUNCTION IsNowSettable() (inherited from FormFieldBase)
Return true if this field is available for setting - its enabled and visible
- BOOLEAN FUNCTION IsNowVisible() (inherited from FormFieldBase)
- BOOLEAN FUNCTION IsPartOf(OBJECT comp) (inherited from FormFieldBase)
- BOOLEAN FUNCTION IsSet()
- MACRO PreInitComponent() (inherited from FormFieldBase)
- MACRO RenderField() (inherited from ComposedFormFieldBase)
- MACRO RenderFieldContent() (inherited from FormFieldBase)
- MACRO RenderFieldLines() (inherited from ComposedFormFieldBase)
- MACRO RenderFieldSearchPreview(RECORD previewsettings, OBJECT context) (inherited from FormFieldBase)
- MACRO RenderIntoSubField() (inherited from ComposedFormFieldBase)
- RECORD FUNCTION RPC_ValidateValue(RECORD value)
- MACRO SetFromStorage(VARIANT value, RECORD ARRAY attachments) (inherited from FormFieldBase)
- MACRO UpdateFromJS(VARIANT jsdata)
- MACRO ValidateValue(OBJECT work)