common editor interface HtmlDialog 
◆ Destroy()
      
        
          | None HtmlDialog::Destroy | ( |  | ) |  | 
      
 
Destroys the html dialog. 
Dialogs persist until manually destroyed using this method 
 
 
◆ Exec()
      
        
          | bool HtmlDialog::Exec | ( |  | ) |  | 
      
 
Shows the dialog as a modal dialog, blocking until the user closes it. 
- Returns
- true if the javascript method "GlStudioHtmlDialog.ok()" is called, false if the javascript method "GlStudioHtmlDialog.cancel()" is called, or false if the user closes the dialog 
 
 
◆ Hide()
      
        
          | None HtmlDialog::Hide | ( |  | ) |  | 
      
 
 
◆ Reload()
      
        
          | None HtmlDialog::Reload | ( |  | ) |  | 
      
 
Reloads the current web page. 
 
 
◆ SetResizeable()
      
        
          | None HtmlDialog::SetResizeable | ( | bool | isResizeable | ) |  | 
      
 
Sets whether or not the dialog is resizeable. 
- Parameters
- 
  
    | isResizeable | if true, the dialog is resizeable, if false, it is not resizeable |  
 
 
 
◆ SetSize()
      
        
          | None HtmlDialog::SetSize | ( | int | width, | 
        
          |  |  | int | height | 
        
          |  | ) |  |  | 
      
 
Sets the size of the html dialog. 
- Parameters
- 
  
    | width | the dialog width |  | height | the dialog height |  
 
 
 
◆ SetTitle()
      
        
          | None HtmlDialog::SetTitle | ( | str | title | ) |  | 
      
 
Sets the title of the html dialog. 
- Parameters
- 
  
  
 
 
◆ SetUrl()
      
        
          | None HtmlDialog::SetUrl | ( | str | url | ) |  | 
      
 
Sets the url of the web page currently viewed. 
Setting the url clears the view and loads the url 
- Parameters
- 
  
  
 
 
◆ Show()
      
        
          | None HtmlDialog::Show | ( |  | ) |  | 
      
 
Shows the dialog as a non-modal dialog. 
 
 
The documentation for this class was generated from the following file: