Hi to all, last days I'm starting to use JQuery-UI much more. I find that in Koha there aren't all sections of JQuery-UI but only a selection. In opac: widget.js, position.js, data.js, keycode.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/slider.js, widgets/tabs.js, widgets/tooltip.js with version 1.12.1 In staff the list is: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, menu.js, progressbar.js, slider.js, tabs.js, effect.js, effect-highlight.js with version 1.11.4 There are specific motivation behind those different lists ? What do you think if I propose to add the dialog widget ( https://api.jqueryui.com/dialog/) to opac and staff ? Cheers Zeno Tajoli
Hi Zeno, It Looks like you could use the Bootstrap's modals instead of dialog's jQuery UI. It's what we are using already in different places of the code. Cheers, Jonathan Le mer. 17 févr. 2021 à 09:06, Zeno Tajoli <ztajoli@gmail.com> a écrit :
Hi to all, last days I'm starting to use JQuery-UI much more. I find that in Koha there aren't all sections of JQuery-UI but only a selection. In opac: widget.js, position.js, data.js, keycode.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/slider.js, widgets/tabs.js, widgets/tooltip.js with version 1.12.1
In staff the list is: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, menu.js, progressbar.js, slider.js, tabs.js, effect.js, effect-highlight.js with version 1.11.4
There are specific motivation behind those different lists ? What do you think if I propose to add the dialog widget (https://api.jqueryui.com/dialog/) to opac and staff ?
Cheers Zeno Tajoli
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
Hi, Just a side note: jQuery UI hasn't seen much development lately. I wouldn't build new functionality on top of it. --Ere Zeno Tajoli kirjoitti 17.2.2021 klo 10.06:
Hi to all, last days I'm starting to use JQuery-UI much more. I find that in Koha there aren't all sections of JQuery-UI but only a selection. In opac: widget.js, position.js, data.js, keycode.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/slider.js, widgets/tabs.js, widgets/tooltip.js with version 1.12.1
In staff the list is: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, menu.js, progressbar.js, slider.js, tabs.js, effect.js, effect-highlight.js with version 1.11.4
There are specific motivation behind those different lists ? What do you think if I propose to add the dialog widget (https://api.jqueryui.com/dialog/ <https://api.jqueryui.com/dialog/>) to opac and staff ?
Cheers Zeno Tajoli
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Ere Maijala Kansalliskirjasto / The National Library of Finland
Just a side note: jQuery UI hasn't seen much development lately. I wouldn't build new functionality on top of it.
I agree 100%. Although it continues to work well for us, I'm concerned about its long-term health. -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org
You are right, Ere, thx. But Zeno asked for me: I have to migrate some old code - step 1, let's say in a hurry. Step 2: I'll study how to convert old dialogues to Bootstrap. Ciao. Stefano
On 17 Feb 2021, at 11:20, Ere Maijala <ere.maijala@helsinki.fi> wrote:
Hi,
Just a side note: jQuery UI hasn't seen much development lately. I wouldn't build new functionality on top of it.
--Ere
Zeno Tajoli kirjoitti 17.2.2021 klo 10.06:
Hi to all, last days I'm starting to use JQuery-UI much more. I find that in Koha there aren't all sections of JQuery-UI but only a selection. In opac: widget.js, position.js, data.js, keycode.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/slider.js, widgets/tabs.js, widgets/tooltip.js with version 1.12.1 In staff the list is: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, menu.js, progressbar.js, slider.js, tabs.js, effect.js, effect-highlight.js with version 1.11.4 There are specific motivation behind those different lists ? What do you think if I propose to add the dialog widget (https://api.jqueryui.com/dialog/ <https://api.jqueryui.com/dialog/>) to opac and staff ? Cheers Zeno Tajoli _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Ere Maijala Kansalliskirjasto / The National Library of Finland _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
participants (5)
-
Ere Maijala -
Jonathan Druart -
Owen Leonard -
Stefano Bargioni -
Zeno Tajoli