Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxGantt headerFilter
(){ $("#gantt").dxGantt({ // ... headerFilter: { // ... search: { editorOptions: { placeholder: 'Search value... app.component.htmlapp.component.tsapp.module.ts <dx-gantt ... > <dxo-header-filter ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true
dxGantt validation
they are edited. User Action Dependency Type Gantt's Reaction Move a predecessor task (Task 1) to the left or right. Finish to Start (FS
dxHtmlEditor Configuration
app.component.htmlapp.component.tsapp.module.ts <dx-html-editor ... [customizeModules]="customizeQuillModules"> </dx-html-editor> import { Component } from '@angular/core'; @Component..." } }); }); Angular HTMLTypeScript <dx-html-editor ... [elementAttr]="{ id: 'elementId', class: 'class-name' }"> </dx-html-editor> import { DxHtmlEditorModule } from "devextreme
dxHtmlEditor imageUpload
://js.devexpress.com/Demos/Upload' uploadDirectory: '/Images' } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-html-editor ...> <dxo-image...-html-editor> import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) import
dxHtmlEditor mentions
= "https://url/to/my/service"; this.store = createStore({ key: "ID", loadUrl: serviceUrl + "/GetAction" }) } } <dx-html-editor ... > <dxi-mention [dataSource]="store"></dxi-mention> </dx-html-editor> import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent