| Custom HTML Dialog Boxes |
Applies to HTML Viewer, IE Browser publications. HTML Executable lets you display your own dialog boxes to end users. Dialog boxes are actually HTML pages associated to an HEScript script. You can manage them in the "Application Behavior => Dialog Boxes" page. Example: click this button to display a blank dialog box:
DisplayCustomDialog("dialog identifier", false);For further details, please see Readme.txt in the "CustomDialogs" subfolder of HTML Executable. Example of a full dialog script:procedure OKDialog;
begin
// Close the dialog.
CloseCurrentDialog;
end;
procedure OnInitialization;
begin
// Ensure the <div> named divreg is visible
ShowHTMLBlockID("divreg", true);
end;
|
This is the online documentation of HTML Executable.
About HTML Executable
HTML Executable is a versatile HTML compiler and ebook compiler: it lets you create secure ebooks and desktop applications with your websites, HTML or PDF documents.
You can easily create attractive ebooks, full-featured HTML applications (RIA) and software, digital publications from your websites, PDF files and HTML documents for online or offline distribution.