Package | stimulsoft.viewer.form |
Class | public class StiEmailForm |
Inheritance | StiEmailForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiEmailForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonOK | property |
public var buttonOK:StiButton
This property can be used as the source for data binding.
checkSaveFormValues | property |
public var checkSaveFormValues:StiCheckBox
This property can be used as the source for data binding.
labelAttachment | property |
public var labelAttachment:StiLabel
This property can be used as the source for data binding.
labelAttachmentFile | property |
public var labelAttachmentFile:StiLabel
This property can be used as the source for data binding.
labelEmail | property |
public var labelEmail:StiLabel
This property can be used as the source for data binding.
labelMessage | property |
public var labelMessage:StiLabel
This property can be used as the source for data binding.
labelSubject | property |
public var labelSubject:StiLabel
This property can be used as the source for data binding.
textInputEmail | property |
public var textInputEmail:StiTextInput
This property can be used as the source for data binding.
textInputMessage | property |
public var textInputMessage:StiTextArea
This property can be used as the source for data binding.
textInputSubject | property |
public var textInputSubject:StiTextInput
This property can be used as the source for data binding.
StiEmailForm | () | Constructor |
public function StiEmailForm()
Constructor.
onInitialize | () | method |
protected function onInitialize(event:FlexEvent):void
Parameters
event:FlexEvent |
onTextChange | () | method |
protected function onTextChange(event:Event):void
Parameters
event:Event |