Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
CustomStore Configuration
: 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
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
", 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
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
: { 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