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_cboStatus ()

Returns the RadComboBox object. 

Parameters

none 

Returns

RadComboBox 

get_dataFieldName()

Returns the developer name for the control. 

Parameters

None

Returns

String 

get_value()

Returns the enum value of the widget. 

Parameters

none

Returns

String

set_value()

Sets the value of the widget. 

Parameters

Value

Returns

none

get_selectedText ()

Returns the text of the currently selected option. 

Parameters

none

Returns

String

set_selectedText ()

Attempts to set the widget to the specified display value if it exists. 

Parameters

String

Returns

none

clearSelection()

Clears the current selection

Parameters

none

Returns

none

enable()

Enables the widget. 

Parameters

none

Returns

none

disable()

Disables the widget. 

Parameters

none

Returns

none