Search Results: "Write with OpenID" "Write post with name/password" slot

Object Structures Fields

Reference
Fields that provide information about the event.

In addition to the fields described in this section, EventObject contains native JavaScript event properties. currentTarget The DOM element within the current event propagation stage. data Data passed to the event handler. delegateTarget The DOM element to which the currently-called event handler was attached. target The DOM element that initiated the event.

Object Structures GlobalConfig

Reference
Specifies settings that affect all DevExtreme UI components.

Pass this object to the DevExpress.config(GlobalConfig) method to apply these setting, or call the same method without arguments to get the object with current settings. DevExpress.config({ rtlEnabled: true, forceIsoDateParsing: false, //... }); decimalSeparator A decimal separator. No longer applies. Since v19.2, the separator is selected based on the specified locale. See Localize

Object Structures PdfExportGanttProps

Reference
Properties that you can pass as a parameter to the exportGantt(options) method from the pdfExporter module.

are invisible within the specified date range. Refer to the pdfExporter.exportGantt(options) topic to see an example. exportMode Specifies which part of the component to export (chart area, tree list

Utils

Reference
This section describes an API that can be used in different application parts such as UI components, data and the application framework.

as a namespace for the methods and events specifying information on the current device. events This namespace provides methods for controlling events without using jQuery. excelExporter An object

Utils pdfExporter

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

within the <head> tag. If you use Angular, Vue, or React, install the library with the following command: npm install jspdf You can call this method at any point in your application. Warning... to create tables within the PDF. Warning: You need to perform extra steps to generate PDFs with non-ASCII characters. See the PDF Export guide. for more information. In the following example, the onClick