JQuery Plugins
Last modified by Vincent Massol on 2024/11/19 16:14
- XWiki
- Implementation
- Dormant
- [Vote] Deprecation of Prototype.js and the usage of JQuery as our default JS framework http://xwiki.markmail.org/thread/vtmsymzdgl2jf252 (Feb 25, 2014)
- [Discussion][Skin] Bootstrap integration inside platform http://markmail.org/thread/kwlylzhrm77vddmr (Jan 28, 2014)
Description
This page contains a list of JQuery plugins/components that we’d like to use or to replace existing XWiki components with a JQuery equivalent.
Deprecate / Replace Component
- Drag&Drop (resources/js/scriptaculous) -> ?
- Tree (resources/js/smartclient) -> http://www.jstree.com/, http://code.google.com/p/dynatree/
- Accordion (resources/js/xwiki/accordion) -> ?
- Lightbox (resources/js/xwiki/lightbox) -> ?
- ModalPopup (resources/js/xwiki/widgets) -> Bootstrap Modal
- Action Menus (resources/js/xwiki/xwiki.js - showsubmenu()) -> Bootstrap Dropdowns
- DocExtra (resources/js/xwiki/xwiki.js - displayDocExtra()) -> Bootstrap Tabs
- ...
New Component
- Popovers -> Bootstrap Popovers
- Collapse -> Bootstrap Collapse
- Carousel -> Bootstrap Carousel
- ...