ClientFileChooserControl Element
Defines a control that can be used to select a file on the client.
| Attribute | Use | Description | Valid Values |
|---|---|---|---|
| description | optional |
string |
|
| descriptionKey | optional |
string |
|
| label | optional |
string |
|
| labelAbove | optional |
boolean |
|
| labelKey | optional |
string |
|
| labelWidth | optional |
positiveInteger |
|
| mnemonic | optional |
string |
|
| mnemonicKey | optional |
string |
|
| mode | required |
open save import export |
|
| property | required |
string |
|
| resourceKey | optional |
string |
|
| showLabel | optional |
boolean |
XML Representation
<xs:element name="ClientFileChooserControl">
<xs:sequence>
<xs:choice>
<xs:element ref="Layout" minOccurs="0" maxOccurs="1"/>
<xs:element ref="Enabled" minOccurs="0" maxOccurs="1"/>
<xs:element ref="Visible" minOccurs="0" maxOccurs="1"/>
<xs:element ref="Required" minOccurs="0" maxOccurs="1"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="property" type="xs:string" use="required"/>
<xs:attribute name="showLabel" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="resourceKey" type="xs:string" use="optional"/>
<xs:attribute name="label" type="xs:string" use="optional"/>
<xs:attribute name="labelKey" type="xs:string" use="optional"/>
<xs:attribute name="mnemonic" type="xs:string" use="optional"/>
<xs:attribute name="mnemonicKey" type="xs:string" use="optional"/>
<xs:attribute name="labelWidth" type="xs:positiveInteger" use="optional" default="1"/>
<xs:attribute name="labelAbove" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="description" type="xs:string" use="optional"/>
<xs:attribute name="descriptionKey" type="xs:string" use="optional"/>
<xs:attribute name="mode" type="FILE-CHOOSER-MODE" use="required">
<xs:enumeration value="open"/>
<xs:enumeration value="save"/>
<xs:enumeration value="import"/>
<xs:enumeration value="export"/>
</xs:attribute>
</xs:element>Parent Elements
Child Elements
Related Elements
CheckBoxControl, CheckBoxGroupControl, ClientDirectoryChooserControl, DBConnectionChooserControl, DBTableChooserControl, MultiFieldAllocationControl, MultiFieldChooserControl, MultiFieldSelectionTableControl, PasswordBoxControl, PropertyControl, RadioButtonGroupControl, ServerDirectoryChooserControl, ServerFileChooserControl, SingleFieldAllocationControl, SingleFieldChooserControl, SingleFieldValueChooserControl, SpinnerControl, TableControl, TextAreaControl, TextBoxControl