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

dxContextMenu Configuration

Reference
An object defining configuration properties for the ContextMenu UI component.

on the same page. dataSource Binds the UI component to data. The ContextMenu works with collections of string values or objects. Depending on your data source, bind ContextMenu to data as follows... option. 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. Web API, PHP, MongoDB Use one

dxRadioGroup Configuration

Reference
An object defining configuration properties for the RadioGroup UI component.

include the active state change for UI components. dataSource Binds the UI component to data. The RadioGroup works with collections of objects or string, number, or boolean values. Depending on your data.... 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. Web API, PHP, MongoDB Use one of the following

dxFileManager contextMenu items

Reference
Configures context menu items' settings.

// ... }); }); function onItemClick(args) { if(args.itemData.extension) { // your code } } Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-manager (onContextMenuItemClick...: ['./app.component.css'] }) export class AppComponent { onItemClick(e){ if(e.itemData.options.extension) { // your code } } } import { BrowserModule } from '@angular

dxDateBox Configuration

Reference
An object defining configuration properties for the DateBox UI component.

Specifies whether or not the UI component allows an end user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value of this property will be passed... or not adaptive UI component rendering is enabled on a small screen. While displaying DateBox in your app, you may want to use different layouts for different screen sizes. While desktop monitors provide enough

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