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

dxVectorMap commonAnnotationSettings image

Reference
Configures the image to be displayed in the annotation. Applies only if the type is "image".

To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo height Specifies the image's height in pixels. url Specifies the image's URL. width Specifies the image's width in pixels.

Providing Data

Guides

as .js-scripts in the Lib/js/vectormap-data folder of your DevExtreme package. Each data source contains an array describing a geographical territory. The following territories are available. World... of these sources on your map, reference the corresponding file in the head of your HTML document. Note that this file should be referenced after the ChartJS library file (see topics in the Installation section

Value Formatting

Guides

if this is not required. See Also RangeSelector Formatting Demo Intl Formats Intl is the short name used to refer to a particular ECMAScript Internationalization API object. DevExtreme supports....###" // 123,456.789 The examples below show different ways to apply percentage formatting to decimals. Use caution if your format string starts with a zero ('0'), because the formatted number may lose leading digits

dxHtmlEditor imageUpload

Reference
Configures the image upload.

uploadDirectory to correctly upload images. If your application does not include a shared folder, check the "Encode to Base64" check box to display an uploaded image as a base64 string. jQuery index.js $(function() { $("#htmlEditorContainer").dxHtmlEditor({ // ... imageUpload: { fileUploadMode: 'both', tabs: ['url', 'file'], uploadUrl: 'https

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