RECOMMENDATION: If you are using a version of The Portal Connector higher than 4.0, we strongly recommend utilizing the MVC based widgets and components to create your site. This documentation is for legacy purposes only and will soon be deprecated.

get_txtText()

Returns the textbox object.

Parameters

none

Returns

RadTextBoxRadNumericTextBoxRadMaskedTextBox depending on configuration.

get_lblReadOnly()

Returns the DOM element of the label if the widget is in read-only mode.

Parameters

none

Returns

HTML Element

get_readOnly()

Returns true if the control is in read only mode.

Parameters

none

Returns

Boolean

get_dataFieldName()

Returns developer name for the control.

 

Parameters

none

Returns

String

get_value()

Returns the value of the text box.

Parameters

none

Returns

String if textbox, number if numeric textbox

​set_value()

Sets the value of the textbox.

Parameters

value

Returns

none

enable()

Enables the textbox.

Parameters

none

Returns

none

disable()

Disables the textbox.

Parameters

none

Returns

none