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

Returns the display input associated with the widget.

Parameters

None

Returns

jQuery Object

get_kendoInput()

Returns the Kendo DropDownList Object associated with the widget.

Parameters

None

Returns

Kendo Object: Kendo.ui.DropDownList

get_model()

Returns the model object of the widget, which contains a number of useful properties related to the widget.

Parameters

None

Returns

Object

clear()

Clears the value of the widget.

Parameters

None

Returns

None

get_partyTypeSelector()

Returns the party type selector.

Parameters

None

Returns

jQuery Object

toggle()

Toggles the visibility of the widget.

Parameters

None

Returns

None

get_element()

Returns the element associated with the widget.

Parameters

None

Returns

jQuery Object

get_container()

Returns the container element of the widget.

Parameters

None

Returns

jQuery Object

readonly()

Sets the widget state to read only.

Parameters

Boolean 

Returns

None

get_partySelector()

Returns the Kendo DropDownList Object of the party selector input.

Parameters

None

Returns

Kendo Object: kendo.ui.DropDownList

add_valueChanged()

Fired when the value of the widget is changed by the user. 
The event handler function context (available via the this keyword) will be set to the widget instance.

Parameters

Function

Returns

Function

show()

Shows the widget on the form.

Parameters

None

Returns

None

get_partyDialog()

Returns the Kendo Dialog Object associated with the widget.

Parameters

None

Returns

Kendo Object: kendo.ui.Dialog

get_input()

Returns the input element of the widget.

Parameters

None

Returns

jQuery Object

set_value()

Sets the value of the widget.

Parameters

String

Returns

None

disable()

Disables the widget on the form.

Parameters

None

Returns

None

required()

Enables or disables client side validation.

Parameters

Boolean

Returns

get_type()

Returns the widget type.

Parameters

None

Returns

String

get_addPartyButton()

Returns the add button element associated with the widget.     

Parameters

None

Returns

jQuery Object     

get_value()

Returns the value of the widget.

Parameters

None

Returns

String

remove_valueChanged()

Removes any delegate hooked up to the add_valueChanged() event.

Parameters

Function

Returns

None

enable()

Enables the widget on the form.

Parameters

None

Returns

None

hide()

Hides the widget from the form.

Parameters

None

Returns

None