Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Object Structures Fields
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
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
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
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
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