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

Returns true if the widget is in read only mode. 

Parameters

none

Returns

Boolean

get_customEditRecordQueryString()

Returns the parameter name of the Custom Edit Record Querystring. 

Parameters

none

Returns

String

get_confirmYes()

Returns the text for the yes button when creating a customer record. 

Parameters

none

Returns

String

get_confirmNo()

Returns the text for the no button when creating a customer record.

Parameters

none

Returns

String

get_lblReadOnly()

Returns the label if the widget is in read only mode. 

Parameters

none

Returns

String

get_btnAddNew()

Returns the 'Add' RadButton object.

Parameters

none

Returns

RadButton 

get_btnEdit()

Returns the 'Edit' RadButton object. 

Parameters

none

Returns

RadButton

Returns the RadWindow object. 

Parameters

none

Returns

RadWindow 

get_lookupPanel()

Returns the RadAjaxPanel object.

Parameters

none

Returns

RadAjaxPanel 

get_value()

Returns the value (GUID) of the selected record. 

Parameters

none

Returns

Value

set_value()

Sets the value (GUID) of the selected record. 

Parameters

Value

Returns

none

Sets the display text of the selected record. 

Parameters

none

Returns

Value

clearSelection()

Deselects the current, chosen option of the widget. 

Parameters

none

Returns

none

enable()

Enables the widget. 

Parameters

none

Returns

none

disable()

Disables the widget. 

Parameters

none

Returns

none

get_selectedRowData()

Returns the display and value of a chosen record in the lookup as an object. The advanced property ExposeRowData must be set to true prior to using this method.

Parameters

none

Returns

Object