Method | Description | |
---|---|---|
Hide ( ) : void | ||
Make ( string titleText, string bodyText, string id ) : |
||
Remove ( ) : void | ||
Show ( ) : void | ||
Show ( string titleText, string bodyText ) : void | ||
ShowDlgWithContent ( string titleText, Bridge.Html5.Element bodyContent ) : void |
Method | Description | |
---|---|---|
EnsureDialog ( string titleText ) : void | ||
OnHidden ( ) : void |
public static Make ( string titleText, string bodyText, string id ) : |
||
titleText | string | |
bodyText | string | |
id | string | |
return |
public static Show ( string titleText, string bodyText ) : void | ||
titleText | string | |
bodyText | string | |
return | void |
public static ShowDlgWithContent ( string titleText, Bridge.Html5.Element bodyContent ) : void | ||
titleText | string | |
bodyContent | Bridge.Html5.Element | |
return | void |