Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxSortable Configuration
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
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
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
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
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