interface IH5PDialog { new IH5PDialog( name: string, title: string, content: string, $element: any, ): any; close(): void; open(scrollbar: boolean): void;} Constructors
constructor
new IH5PDialog(name: string, title: string, content: string, $element: any): any Parameters
- name: string
- title: string
- content: string
- $element: any
Returns any
Methods
open
open(scrollbar: boolean): void