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

Returns the RadComboBox object. 

Parameters

none

Returns

RadComboBox 

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 widget 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 (GUID) of the currently selected object

Parameters

none

Returns

String

set_value()

Sets the value of the text field control depending on Display Mode.  

Parameters

Value

Returns

none

get_selectedText()

Returns the display text of the selected record.  

Parameters

none

Returns

String

set_selectedText()

Sets the display text of the selected record.  

Parameters

String

Returns

none

clearSelection()

Deselects the current, chosen option of the widget.  

Parameters

none

Returns

none

enable()

none

Parameters

Enables the widget. 

Returns

none

disable()

Disables the widget. 

Parameters

none

Returns

none