Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript... $.ajax({ url: "http://mydomain.com/MyDataService/myEntity/" + encodeURIComponent(key), method: "DELETE", }) } }); Angular TypeScript import { ..., Inject } from

dxAccordion items

Reference
An array of items displayed by the UI component.

accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon

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

dxDataGrid columns buttons

Reference
Allows you to customize buttons in the edit column or create a custom command column. Applies only if the column's type is "buttons".

or long-pressed. icon Specifies the button's icon. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class

dxHtmlEditor Configuration

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

: { fileUploadMode: 'both', tabs: ['url', 'file'], uploadUrl: 'https://js.devexpress.com/Demos/Upload' uploadDirectory: '/Images' } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-html-editor ...> <dxo-image-upload fileUploadMode="both" [tabs]="['url', 'file']" uploadUrl="https