FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Automatically select different appearance based on the current device type. More...
Additional Inherited Members | |
![]() | |
afterMounted (root) | |
A lifecycle method, will allways be called after root component mounted into DOM tree. More... | |
beforeMounted (root) | |
A lifecycle method, will allways be called before root component mounted into DOM tree. More... | |
![]() | |
addDestroyHook (...hooks) | |
Add a function to destroyHooks list, which will be called during destroy. More... | |
destroy () | |
ownsTo (owner) | |
Establishes an ownership relationship where this instance will be destroyed when the owner is destroyed. Additionally, the owner will be automatically removed from the destroyHooks list when this instance is destroyed. More... | |
![]() | |
static | extend (proto, statics) |
Extends from Appearance class and generates a customize appearance! More... | |
![]() | |
disableAll () | |
A method to disable those components that are activated only when the current PDF document is displayed.. It's called when the PDFViewCtrl.constants.ViewerEvents.willCloseDocument event is triggerred. | |
enableAll () | |
A method to enable those components that are disabled by calling disableAll() method. It's called when the PDFViewCtrl.constants.ViewerEvents.openFileSuccess event is triggerred. | |
getDefaultFragments () | |
UI fragments array, defines serveral UI components and business logics. More... | |
getLayoutTemplate () | |
A method provides a layout template. More... | |
Automatically select different appearance based on the current device type.