Search Results: wegh edit

dxGantt Events

Reference
This section describes the events this UI component raises.

is deleted. Main article: onTaskDeleted taskDeleting Raised before a task is deleted. Main article: onTaskDeleting taskEditDialogShowing Raised before the edit dialog is shown. Main article

Object Structures format

Reference
Formats values.

. JavaScriptformat: function (value) { // ... return formattedValue; } IMPORTANT If you allow users to edit the formatted value, implement the parser function to convert the value back to a number... thousands". Editor components, such as NumberBox, do not support large number formats. If you want to apply these formats, you can implement the formatter and parser functions or specify a custom

dxDiagram customShapes

Reference
Provide access to an array of custom shapes.

" :default-text="'Internet'" :allow-edit-text="true" :text-left="0" :text-top="0.7" :text-width="1" :text-height="0.3" > <...().Category("hardware").Title("Hardware")) ) ) View Demo See Also Custom Shapes allowEditImage Specifies whether a card shape's image can be edited. Use

dxHtmlEditor

Reference
HTML Editor is a WYSIWYG editor that allows you to format textual and visual content and to output it in HTML or Markdown. HTML Editor is built on top of and requires the DevExtreme Quill.

a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax Methods This section describes methods that control the HTML Editor UI component. See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods Events This section describes events that the HTML Editor UI component raises

dxHtmlEditor Methods

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

into the editor at the the cursor's location: JavaScript const newPosition = editor.getSelection(true); editor.insertText(newPosition.index, "text"); getText(index, length) Retrieves text content from the HTML...-editor ... *ngIf="condition"> </dx-html-editor> Vue Use conditional rendering instead of this method: App.vue <template> <DxHtmlEditor ... v-if="condition">