| Package | stimulsoft.controls.visual.dialogs |
| Class | public class StiMessageBox |
| Inheritance | StiMessageBox StiWindowForm mx.containers.Canvas |
| Property | Defined By | ||
|---|---|---|---|
| options : Class [read-only] | StiMessageBox | ||
![]() | theme : StiFormTheme [read-only] | StiWindowForm | |
![]() | titleBar : Canvas = null | StiWindowForm | |
![]() | titleButtonClose : StiCloseButton = null | StiWindowForm | |
![]() | titleButtonHelp : StiHelpButton = null | StiWindowForm | |
![]() | titleLabel : Label = null | StiWindowForm | |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiMessageBox | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm | |
showErrorMessage(title:String, message:String, errorText:String, allowHtml:Boolean = true):void [static] | StiMessageBox | ||
showMessage(title:String, message:String):void [static] | StiMessageBox | ||
| allowHtml | property |
public var allowHtml:Boolean = true| buttonMore | property |
public var buttonMore:StiButtonThis property can be used as the source for data binding.
| buttonMoreVisible | property |
public var buttonMoreVisible:Boolean = false| buttonOk | property |
public var buttonOk:StiButtonThis property can be used as the source for data binding.
| errorText | property |
public var errorText:String| labelMessage | property |
public var labelMessage:StiTextAreaThis property can be used as the source for data binding.
| message | property |
public var message:String| options | property |
options:Class [read-only] protected function get options():Class| StiMessageBox | () | Constructor |
public function StiMessageBox()Constructor.
| showErrorMessage | () | method |
public static function showErrorMessage(title:String, message:String, errorText:String, allowHtml:Boolean = true):voidParameters
title:String | |
message:String | |
errorText:String | |
allowHtml:Boolean (default = true) |
| showMessage | () | method |
public static function showMessage(title:String, message:String):voidParameters
title:String | |
message:String |