hello –
i have been using dropDownList in custom editor functions with great success!
however, i find i need a dropdown with many options, and toward the bottom of the page, the drop-down goes off the bottom of the page.
so, i am thinking i can use a popover instead, such as this one:
http://jsfiddle.net/edwardsmarkf/f2Le3cm5/
in other words, instead of using the dropDownList, i think a popover might work better for me.
i am not sure how to define the popover selector: $("#button"),
– and apparently a null value is not working:
http://jsfiddle.net/edwardsmarkf/4nzpywrs/10/
please let me know how i might substitute a popover instead of a dropDownList.
thank you very much.