common editor interface HtmlDialog
void HtmlDialog::Destroy |
( |
| ) |
|
Destroys the html dialog.
Dialogs persist until manually destroyed using this method
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
void HtmlDialog::Hide |
( |
| ) |
|
void HtmlDialog::Reload |
( |
| ) |
|
Reloads the current web page.
void 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 |
void HtmlDialog::SetSize |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
Sets the size of the html dialog.
- Parameters
-
width | the dialog width |
height | the dialog height |
void HtmlDialog::SetTitle |
( |
String |
title | ) |
|
Sets the title of the html dialog.
- Parameters
-
void HtmlDialog::SetUrl |
( |
String |
url | ) |
|
Sets the url of the web page currently viewed.
Setting the url clears the view and loads the url
- Parameters
-
void HtmlDialog::Show |
( |
| ) |
|
Shows the dialog as a non-modal dialog.
The documentation for this class was generated from the following file: