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

dxHtmlEditor mentions

Reference
Configures mentions.

Provides data for the suggestion list. Depending on your data source, specify this property as described in the following list. The data source can provide string values or objects. In the latter case, also specify the displayExpr and valueExpr. Data Array Assign the array to the dataSource property. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service

dxHtmlEditor variables

Reference
Configures variables that are placeholders for values created once text is processed.

: View on GitHub dataSource Specifies a collection of variables available for a user. The following list shows how to specify the dataSource property depending on your data source: Data Array Assign the array to the dataSource property. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore

dxChart Configuration

Reference
This section describes properties that configure the contents, behavior and appearance of the Chart UI component.

", text: "Annotation text" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function..." text="Annotation text"> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi

dxHtmlEditor Configuration

Reference
This section describes properties that configure the HtmlEditor UI component's contents, behavior, and appearance.

include the active state change for UI components. allowSoftLineBreak Allows users to break content into multiple lines within a single block element. The Shift + Enter key combination generates the new... the visibility of tabs in the 'Add Image' dialog. NOTE If fileUploadMode is set to server or both, specify uploadDirectory to correctly upload images. If your application does not include a shared folder

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

to decrease the number of data requests. On the downside, cached data and data in your source may become out of sync. If keeping them synchronized is crucial in your scenario, disable data caching...: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript