Class type Goog.Ui.dialog
class type dialog = object..end
Inherits
- Goog.Ui.componentAllows arbitrary HTML to be set in the content element.
method setContent : Js.js_string Js.t -> unit Js.meth
method setTitle : Js.js_string Js.t -> unit Js.meth
Sets the title.
method setVisible : bool Js.t -> unit Js.meth
Sets the visibility of the dialog box and moves focus to the default button. Lazily renders the component if needed.
