Class: Button
Source Location: /stdctrls.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | (btSubmit, btReset, btNormal) |
property
Caption [line 3832]
property
Color [line 3841]
property
DataField [line 3850]
property
DataSource [line 3859]
property
Default [line 3868]
property
Default : bool
[line 3730]
Determines whether the button’s OnClick event handler executes when the Enter key is pressed. If Default is true the button type is btSubmit. Note: This behavior is controlled by the browser and might vary between different browsers.
property
Enabled [line 3877]
property
Font [line 3886]
Determines the Font to be used when generating this control
Defined in Control::Font
property
ImageSource [line 3895]
property
ImageSource : string
[line 3757]
An image can be used as button. This is usually done to have a nice graphical interface. To avoid distortion make sure you set the images height and width to button's Height and Width. If ImageSource is empty it is not used.
property
ParentColor [line 3904]
property
ParentFont [line 3913]
property
ParentShowHint [line 3922]
property
PopupMenu [line 3931]
Specifies the PopupMenu component to show when right clicking the control
Defined in Control::PopupMenu
property
ShowHint [line 3940]
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.
Defined in Control::ShowHint
property
Style [line 3949]
CSS style to be used when rendering the component
Defined in Control::Style
property
TabOrder [line 3952]
property
TabStop [line 3961]
Enable or disable the TabOrder property. The browser may still assign a TabOrder by itself internally. This cannot be controlled by HTML.
Defined in ButtonControl::TabStop
property
Visible [line 3970]
Determines if the controls is visible in run-time or not
Defined in Control::Visible
Events
Javascript Events
Methods
|
|