[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Getting a DropDownList Object

  • Thread starter Thread starter jts-law
  • Start date Start date
Status
Not open for further replies.
J

jts-law

Guest
In case anybody else uses this type of solution, I figured out how to get the DropDownList object. The directive for the drop-down-list tag creates a with the same id as the drop-down-list element. For this reason you have to use the following: angular.element("select[id='ddScenario']").data("kendoDropDownList") Louis

Continue reading...
 
Status
Not open for further replies.
Back
Top