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

dxSortable Configuration

Reference
This section describes properties that configure Sortable UI component content, behavior, and appearance.

See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax allowDropInsideItem Allows a user to drop an item inside another item. This property also requires that you handle the change of hierarchy in code. If an item is dragged within a single component, use the onReorder handler

dxSplitter Configuration

Reference
An object that defines configuration properties for the Splitter 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. View Demo itemTemplate

dxSplitter items

Reference
An array of items (panes) displayed by the UI component.

the dataSource property. It accepts the DataSource object, whose underlying stores supply an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use... non-collapsed pane without a set size. collapsedSize Specifies the size of a collapsible item (pane) when collapsed in pixels or as a percentage. jQuery index.js $(() => { $("#splitter

dxSplitter dxSplitterItem

Reference
A splitter item (pane).

collapsed Specifies whether an item (pane) is initially collapsed. NOTE Splitter should have at least one non-collapsed pane without a set size. collapsedSize Specifies the size of a collapsible.... To collapse a pane, you can also double-click the separator bar. NOTE Splitter should have at least one non-collapsed pane without a set size. View Demo component An alias

dxSwitch Configuration

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

component lies within an HTML form that will be submitted. onContentReady A function that is executed when the UI component is rendered and each time the component is repainted. onDisposing