[UP] Wd_types
|
WDialog API for Objective Caml: Wd_types.dialog_decl_type
Class type Wd_types.dialog_decl_typeclass type dialog_decl_type =This class type contains the dialog declaration method name :
The name of the dialog
method enumeration :
Returns the declared enumeration
method variable_names :
Returns the names of all declared variables
method variable :
Returns a single variable declaration
method page_names :
Returns the names of all declared pages
method page :
Returns the XML tree of the demanded page (i.e. the
ui:page node)method page_is_declared_as_popup :
Returns whether the page is declared as popup page (attribute
popup method start_page :
Returns the name of the start page
method default_context :
Returns the default context of the dialog, i.e. the context parameters
that are declared by the
ui:context element occurring directly in
the ui:dialog element, and not in a certain page.method language_variable :
Returns
Some v if a language variable called v is declared, or
None if no such variable exists. |