Intersoft WebDesktop Documentation
WebButton
Send Feedback
Intersoft WebDesktop > Client-side References > WebButton

Glossary Item Box

 WebButton Properties

Text Description
Gets or sets the text caption displayed in the Button control

ValueType
String

Default Value

Type Description
Gets or sets the type of Button control

ValueType
String

Default Value

Parameter Description
Gets the parameter of the Button control

ValueType
String

Default Value

IntegratedToDesktopManager Description
Gets or sets the status of whether the Button control is integrated to Desktop Manager or not

ValueType
boolean

Default Value
False
AutoPostback Description
Specifies whether Postback will be automatically invoked when the button is clicked

ValueType
boolean

Default Value
False
OnClientClick Description
Specifies the client-side function to be invoked when a client performs a click event

ValueType
String

Default Value

OnClientResponse Description
Specifies the client-side function to be invoked when a response from client is returned, irregardless of a successful response or error response

ValueType
String

Default Value

PostBackMode Description
Gets or sets whether the postback should be performed by using OnTheFly or FullPagePostback mode when the Button control is clicked.

ValueType
PostbackMode

Default Value
OnTheFly
DisableOnClicked Description
Gets or sets whether this button control will be disabled on click event

ValueType
boolean

Default Value
False
ClientID Description
Gets the server control identifier generated by ASP.NET

ValueType
String

Default Value
The server control identifier generated by ASP.NET
ID Description
Gets or sets the programmatic identifier assigned to the Button control

ValueType
String

Default Value
The programmatic identifier assigned to the control
FlyPostBackSettings Description
Configures the settings used by the control when performing OnTheFly postback.

ValueType
FlyPostBackSettings object

Default Value

DesktopManager Description
Gets or sets the DesktopManager instance associated with this Button control

ValueType
DesktopManager object

Default Value

 WebButton Methods

GetElement Description
Gets the HTML element from current button

Parameters

Remarks

Return Value
object ( HTML element)


Samples

 
Disable Description
Disable the button control

Parameters

Return Value
void

Enable Description
Enable the button control

Parameters

Return Value
void

Click Description
Invoke the Click event from this WebButton

Parameters

Return Value
void

© 2012 Intersoft Solutions Corp. All Rights Reserved.