jsx3.gui.SelectAPI


jsx_img_resolveIf '0', the jsximg CDF attribute is not resolved as a URL.
jsxcasesensitiveIf equal to 1, the type-ahead feature of this combo control is case-sensitive.
jsxdisableescapeIf 'yes' then the jsxtext attribute of each CDF record is rendered without escaping XML characters.
jsxnocheckIf equal to 1, no check is displayed next to the selected record in the dropdown.
jsxshallowfromThe jsxid attribute of the CDF record whose child records are rendered as the entries in the select. If provided, only the direct children of the record are rendered. If this attribute is not provided, all descendants of the root data element are rendered.
jsxsortdirectionThe sort direction if the jsxsortpath attribute is provided. Either 'ascending' or 'descending'.
jsxsortpathThe CDF attribute to sort records on. If this attribute is not provided, the select entries are rendered in the order that they appear in the CDF document.
jsxsorttypeThe sort data type if the jsxsortpath attribute is provided. Either 'text' or 'number'.
jsxtitleThe title of the content of the select drop-down for use in loading, error, and timeout messages.