
Am 10.05.2021 um 11:37 schrieb Daniel Akua <danie...@experitest.com>:
Hi all,
In my plugin I have a <f:select> element with the multiple attribute (multi-select) that is changing according to another field.My problem is that I want to apply JavaScript and CSS to it to make it look better than the standard multi-select element.it currently looks like this:
<before.png>and I want it to look something like this:
<after.PNG>I have the required JS and CSS files and it is working on a normal <select> element but not on <f:select>.How do I apply JavaScript and CSS on <f:select>?Is there some guide on how to do it?Tips or links will be appreciated.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5c068520-dace-47bf-beff-5fbdc7392038n%40googlegroups.com.
<before.png><after.PNG>
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/29e9b8b5-8ae2-4059-b40e-26053dfe58c7n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/E2CAF2E0-D4E5-4EA6-8A8E-E126AA9581AD%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/a7ef2e84-861e-4937-b5e3-62ebc21765b2n%40googlegroups.com.
Better to avoid forking core widgets if you can as then plugins get out of sync when we make changes in core, and it was a real pain when we did the form modernisation work,and any plugins that fork the widgets will look inconsistent if/when there's follow up work
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/7be24a71-0b13-418e-9010-645bbb392725n%40googlegroups.com.