jQuery UI Widgets › Forums › Editors › Editor › using popover in custom instead of dropDownList
This topic contains 4 replies, has 2 voices, and was last updated by Todor 5 years, 11 months ago.
-
Author
-
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.
sorry i should have said:
i am not sure how to define the popover selector: $(“#button”) in the custom-editor toolbar, – and apparently, a null value is not working:
Hello edwardsmarkf,
Please review the following example whether it fits your needs.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comhello –
yes that is the effect i would like to see, however, it appears that ‘popOver’ is not really integrated into the jqxwidgets editor like ‘dropDown’ is in the example.
and notice how the “refresh” function and “action” function are not ever called using this approach:
http://jsfiddle.net/edwardsmarkf/qst8z236/11/
is there an example where the “popOver” is tightly integrated into the jqxwidgets editor like “dropDown” is?
thank you very much.
EDIT:
something like this would probably work:
https://codepen.io/andrewarchi/pen/tqbkw
but i am trying to use a tight integration rather than external functions and global variables. ?
Hello edwardsmarkf,
Unfortunately we do not have an example for jqxPopover tightly integration in jqxEditor. The closest solution we could provide you could review in this example.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.