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