Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxHtmlEditor Methods
((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
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
) { // 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
) { // 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
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