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

Getting Started with NumberBox

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application

dxFileManager File System Providers

Reference
File system providers are components that provide APIs used to access and modify virtual file systems. This section describes file system providers supported by the FileManager.

({ fileSystemProvider: new DevExpress.fileManagement.CustomFileSystemProvider({ getItems: function(pathInfo) { // Your code goes here }, renameItem: function(item, name) { // Your code goes here }, createDirectory: function(parentDir, name) { // Your code goes here

Security Considerations

Guides

in Angular Vue See Also Security in Vue HTML Encoding HTML encoding is a simple technique that helps protect your web application from cross-site scripting (XSS) attacks. In an XSS attack, the threat actor injects a malicious script into your web application. Every time a user visits the impacted portion of the application, this script executes. To prevent code injection, user input must always

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

, specify the barNegativeColor property. dataSource Binds the UI component to data. The Sparkline works with collections of objects. Depending on your data source, bind Sparkline to data as follows... to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server to process data according

Custom Sources

Guides

also use the third-party extension for MongoDB. If these extensions are not suitable for your data source, follow the instructions below to configure the CustomStore manually. The CustomSource's...(); }, insert: function(values) { return $.ajax({ url: "http://mydomain.com/MyDataService/", method: "POST", data: values