stuart-d2
9/17/2014 - 3:34 PM

Handling jQuery Selections

Handling jQuery Selections

<<variableInformation>>
//1. Instantiate a jQuery control object
ArtOfTest.WebAii.jQuery.jQueryControl jQuerySelectedSeriesSelect = Pages.<<pageNameHere>>>.SelectedModelCodeSelect.AsjQueryControl();

//2. Invoke the select() of the jQuery control object
jQuerySelectedSeriesSelect.InvokejQueryEvent(ArtOfTest.WebAii.jQuery.jQueryControl.jQueryControlEvents.change);

//3.  A reference to the page link is also needed in the Pages.g.cs file (if using)
get
{
return new <<pageNameLinkReference>>("<<theLinkUrl>>", _manager.ActiveBrowser.Find);
}