Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 315
- Reference 685
- Technical Demos
- Support Center
dxHtmlEditor Configuration
app.component.htmlapp.component.tsapp.module.ts <dx-html-editor ... [customizeModules]="customizeQuillModules"> </dx-html-editor> import { Component } from '@angular/core'; @Component... = { delay: 0, maxStack: 5000 }; } } export default App; If 3rd-party modules are used in the HTML Editor, refer to their documentation for information on the API. See
Customize Appointment Tooltip
') && scheduler.option('editing.allowDeleting') === true) || scheduler.option('editing') === true; if (!isAppointmentDisabled && isDeleteAllowed... isAppointmentDisabled = appointmentData.disabled; const isDeleteAllowed = (schedulerInstance.option('editing') && schedulerInstance.option('editing.allowDeleting') === true
dxButtonGroup Configuration
: ButtonGroup; saveInstance (e) { this.buttonGroupInstance = e.component; } } Vue App.vue (Options API)App.vue (Composition API) <template> <div> <DxButtonGroup... representation, assign true to the rtlEnabled field of the object passed to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors
dxCheckBox Configuration
specifies the relation between the editor's state and its value: Value State null or undefined Indeterminate true Checked...". isDirty Specifies whether the component's current value differs from the initial value. This property is a read-only flag. You can use it to check if the editor value changed. jQuery index.js
dxDraggable Configuration
{ draggableInstance: Draggable; saveInstance (e) { this.draggableInstance = e.component; } } Vue App.vue (Options API)App.vue (Composition API) <template> <div>... to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo scrollSensitivity Specifies the distance in pixels from the edge