new DocUI(urlopt, optionsopt) → {DocUI}
Create a VisiOmatic dialog for the online documentation.
Parameters
-
url
string
<optional>
Documentation URL.
-
options
object
<optional>
Options.
Properties
-
title
string
<optional>
'Documentation'Title of the dialog window or panel.
-
pdflink
string
<optional>
URL of the PDF version of the documentation.
-
title
See
UI
for additional control options.
Returns
-
DocUI
Instance of a VisiOmatic documentation user interface.
Source
Methods
privatestatic
_backNav()
Navigate back in the IFrame.
Source
privatestatic
_disableNav()
Disable navigation buttons on both sides of history positions.
Source
privatestatic
_forwardNav()
Navigate forward in the IFrame.
Source
privatestatic
_homeNav()
Navigate home in the IFrame.
Source
privatestatic
_initDialog()
Initialize the documentation dialog.
Source
privatestatic
_onloadNav()
Triggered on IFrame load.
Source
privatestatic
_updateNav(newPos)
Update navigation buttons.
Parameters
-
newPos
number
Position in navigation history.