FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Options for opening the date and time picker. More...
Public Attributes | |
number | clientX |
The client X coordinate for the date and time picker. More... | |
number | clientY |
The client Y coordinate for the date and time picker. More... | |
HTMLElement | container |
The container element for the date and time picker. More... | |
PDFDate | current |
The current date to display in the picker. More... | |
Options for opening the date and time picker.
number OpenDateTimePickerOption::clientX |
The client X coordinate for the date and time picker.
This is used to position the picker relative to the user's click.
number OpenDateTimePickerOption::clientY |
The client Y coordinate for the date and time picker.
This is used to position the picker relative to the user's click.
HTMLElement OpenDateTimePickerOption::container |
The container element for the date and time picker.
If provided, the date and time picker will be appended to this element. If not provided, the picker will be appended to the body.
PDFDate OpenDateTimePickerOption::current |
The current date to display in the picker.
If provided, the picker will be opened with this date selected. If not provided, the picker will be opened with the current date selected.