Hi Community,
can anyone give a short example how to use a JQuery UI Checkboxradio in a Generic Javascript View?
https://jqueryui.com/checkboxradio/
Thank you!
BR
Hi Community,
can anyone give a short example how to use a JQuery UI Checkboxradio in a Generic Javascript View?
https://jqueryui.com/checkboxradio/
Thank you!
BR
Hi @ptrwlr,
You can simply select jQuery and jQuery UI in the checkboxes on top of the Generic JavaScript View dialog and then insert your HTML by setting body.innerHTML. Then you use following handler for when the document is ready:
$(function() {
$("input").checkboxradio();
});
In the CSS section you can simply copy and paste the styles from http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css. I attached a workflow with a functioning node.
Kind regards
Alexander
jQueryUI.knwf (14.1 KB)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.