Package | stimulsoft.controls.visual.dialogs |
Class | public class StiMessageBox |
Inheritance | StiMessageBox ![]() ![]() |
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:StiButton
This property can be used as the source for data binding.
buttonMoreVisible | property |
public var buttonMoreVisible:Boolean = false
buttonOk | property |
public var buttonOk:StiButton
This property can be used as the source for data binding.
errorText | property |
public var errorText:String
labelMessage | property |
public var labelMessage:StiTextArea
This 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):void
Parameters
title:String | |
message:String | |
errorText:String | |
allowHtml:Boolean (default = true )
|
showMessage | () | method |
public static function showMessage(title:String, message:String):void
Parameters
title:String | |
message:String |