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

dxHtmlEditor tableContextMenu items

Reference
Configures context menu items.

. 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 if the icon is from an external icon library (see External Icon

dxTabPanel items

Reference
An array of items displayed by the UI component.

to be displayed in the tab's title. 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 if the icon is from

dxTreeList 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

dxVectorMap Configuration

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

: "Annotation text" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation... text"> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type

Utils pdfExporter

Reference
An object that serves as a namespace for the methods that export DevExtreme UI components to PDF.

"); gantt.exportToPdf({ format: "A4", landscape: true, exportMode: "chart", dateRange: "visible" }).then(function(doc) { doc.autoPrint(); window.open(doc.output('your_url'), '_blank'); });