Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxHtmlEditor Methods

Reference
This section describes methods that control the HTML Editor UI component.

((contentItem) => { if (contentItem.insert.variable) { // is a variable // Your configuration goes here } else if (contentItem.insert.mention) { // is a mention // Your configuration goes here } else { // is a plain text // Your configuration goes here } }); insertEmbed(index, type, config) Inserts an embedded content at the specified position. jQuery

data custom-store

Reference

GroupItem An additional type for LoadResult. isGroupItemsArray A type guard function that checks whether LoadResult is an array of GroupItems. isItemsArray A type guard function that checks...

ArrayStore Configuration

Reference
This section describes properties that configure the ArrayStore.

) { // Your code goes here } }); Angular TypeScript import ArrayStore from "devextreme/data/array_store"; // ... export class AppComponent { store: ArrayStore; constructor() { this.store = new ArrayStore({ onInserted: function (values, key) { // Your code goes here } }) } } Vue App.vue <script> import ArrayStore from

LocalStore Configuration

Reference
This section describes properties that configure the LocalStore.

) { // Your code goes here } }); Angular TypeScript import LocalStore from "devextreme/data/local_store"; // ... export class AppComponent { store: LocalStore; constructor() { this.store = new LocalStore({ onInserted: function (values, key) { // Your code goes here } }) } } Vue App.vue <script> import LocalStore from

dxDateRangeBox Configuration

Reference
An object that defines configuration properties for the DateRangeBox UI component.

Specifies whether or not the UI component allows an end user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value of this property will be passed... A function that is executed when the Enter key has been pressed while the UI component is focused. NOTE This function is executed after the onKeyUp and onKeyDown functions. onFocusIn A function