Search Results: "Write with OpenID" "Write post with name/password" slot

dxAccordion Configuration

Reference
An object defining configuration properties for the Accordion UI component.

to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you use dataSource, and vice versa. itemTemplate Specifies a custom template... the keyExpr property or the key property within the underlying Store. See Also key in ArrayStore | CustomStore | LocalStore | ODataStore selectedItems An array of currently expanded item objects

dxAccordion items

Reference
An array of items displayed by the UI component.

. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property

dxActionSheet Configuration

Reference
An object defining configuration properties for the ActionSheet UI component.

items without reassigning the entire item collection. NOTE Do not use the items property if you use dataSource, and vice versa. itemTemplate Specifies a custom template for items. See Also.... This changes event propagation and the behavior of methods like stopPropagation(). title The title of the action sheet. usePopover Specifies whether or not to show the action sheet within a Popover UI

dxActionSheet items

Reference
An array of items displayed by the UI component.

. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property

dxAutocomplete Configuration

Reference
An object defining configuration properties for the Autocomplete UI component.

, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection... if the UI component lies within an HTML form that will be submitted. onChange A function that is executed when the UI component loses focus after the text field's content was changed using the keyboard