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

dxTextArea Configuration

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

%", "inherit". name The value to be assigned to the name attribute of the underlying HTML element. Specify this property if the UI component lies within an HTML form that will be submitted. onChange

dxTextBox Configuration

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

of the character within the full string Full string The function should return true if the character is allowed, otherwise it should return false. The following code snippet demonstrates the use... of the underlying HTML element. Specify this property 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

dxTileView Configuration

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

); As an alternative to items, 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

dxTileView 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

dxToolbar Configuration

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

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 for items. See