Wiki source code of Front-end Resources

Version 26.1 by beldaz on 2015/08/14

Hide last authors
Manuel Smeria 21.3 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
Ecaterina Moraru (Valica) 21.1 5 {{info}}
6 This section is a work in progress.
7 {{/info}}
Guillaume Lerouge 4.1 8
Silvia Macovei 20.1 9 This section aims to document all the front-end resources available in XWiki for application developers and for developers of the XWiki products. Front-end resources are of two main types:
Silvia Macovei 16.1 10
Jerome 6.1 11 * External Libraries
Manuel Smeria 21.3 12 * Internal components (based or not on some of the external libraries)
Jerome 5.1 13
Manuel Smeria 21.3 14 Front-end resources are mainly composed of JavaScript libraries, CSS stylesheets and their corresponding HTML reusable snippets (or velocity macro to output this snippet) and velocity macros.
Jerome 6.1 15
Silvia Macovei 20.1 16 Some of the resources presented in here are not included by default with all HTML-rendered wiki pages (it would be too much to send to the client!). You have to request their inclusion from a skin template or from the wiki page itself using the ##jsfx## plugin. For example, to request the inclusion of scriptaculous slider library, you can write, in [[XWiki Syntax 1.0>>Main.XWikiSyntax]]:
Jerome 11.1 17
Ecaterina Moraru (Valica) 21.1 18 {{code}}
19 $xwiki.jsfx.use("js/scriptaculous/slider.js")
20 {{/code}}
Jerome 11.1 21
Silvia Macovei 16.1 22 In [[XWiki Syntax 2.0>>Main.XWikiSyntax]]:
Jerome 11.1 23
Silvia Macovei 16.1 24 {{code}}
Jerome 11.1 25 {{velocity}}
26 $xwiki.jsfx.use("js/scriptaculous/slider.js")
27 {{/velocity}}
Silvia Macovei 16.1 28 {{/code}}
Jerome 11.1 29
Silvia Macovei 16.1 30 The path you indicate to the ##jsfx## plugin is the relative path where the library can be found under the ##resources## directory of the XWiki webapp. Similarly to the ##jsfx## plugin, there is a ##ssfx## plugin that can be used to request the inclusion of CSS stylesheets files.
Jerome 11.1 31
Silvia Macovei 17.1 32 = External resources =
Jerome 6.1 33
Vincent Massol 22.1 34 XWiki Enterprise contains some third-party libraries bundled by default.
Jerome 11.1 35
Vincent Massol 22.1 36 Hereunder is a table presenting some of the external libraries XWiki Enterprise comes with:
Jerome 11.1 37
Vincent Massol 22.1 38 |=Library Name|=Description
Vincent Massol 23.1 39 |[[image:prototype.gif]]|[[Prototype>>http://prototypejs.org]] is a //"JavaScript framework that aims to ease development of web applications"//. It extends the JavaScript native objects and browser objects providing utilities for Ajax, OOP-style classes, and much more. Prototype is the only JavaScript library that is systematically shipped with any wiki page in XWiki.
40 |[[image:smartclient.png]]|[[Smartclient>>http://www.smartclient.com/]] is an AJAX RIA system that allows the easy development of rich interface components. Using it in XWiki, you can build powerful front-end widgets that can leverage [[XWiki's RESTful API>>Features.XWikiRESTfulAPI]].
beldaz 24.1 41 | Scriptaculous|\\
42 | YUI|\\
43 | [[LiveValidation]]|\\
44 | JQuery| [[jQuery>>https://jquery.com/]] is //"a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript."//
45 | JQuery UI| [[jQuery UI>>https://jqueryui.com/]] is //"a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice."//
beldaz 25.1 46 | Bootstrap| [[Bootstrap>>http://getbootstrap.com/]] is //"the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.""// Bootstrap is bundled with XWiki mainly because the XWiki skin is based on it.
Jerome 9.1 47
beldaz 26.1 48 See [[Using jQuery and jQuery UI>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/UsingJQuery]] for an example of using jQuery and jQuery UI in an XWiki page.
49
Silvia Macovei 17.1 50 = Internal resources =
Guillaume Lerouge 1.1 51
Silvia Macovei 17.1 52 == Front-end Components ==
Jerome 12.2 53
Silvia Macovei 16.1 54 * [[Modal Popup>>ModalPopup]]
55 * [[Confirmation Box>>ConfirmationBox]]
56 * [[LiveTable]]
57 * [[Auto Suggest Widget>>DevGuide.AutoSuggestWidget]]
Oana Florea 19.1 58 * [[Notification Widget>>DevGuide.XWikiNotifications]]
Sergiu Dumitriu 20.4 59 * [[HTML5 Upload>>DevGuide.HTML5Upload]]
Sergiu Dumitriu 21.2 60 * [[Autosave>>DevGuide.Autosave]]
Jerome 12.2 61
Silvia Macovei 17.1 62 == JavaScript resources ==
Jerome 11.2 63
Silvia Macovei 16.1 64 * [[JavaScriptAPI]]
65 * [[XWiki RESTFul API>>Features.XWikiRESTfulAPI]]
Jerome 11.2 66
Silvia Macovei 17.1 67 == StyleSheet resources ==
Jerome 11.2 68
Silvia Macovei 16.1 69 * [[Pagination>>Pagination]]
70 * [[Result List>>ListOfResults]]
71 * [[Search Box>>SearchBox]]
72 * [[Suggest Box>>SuggestBox]]
Ecaterina Moraru (Valica) 20.2 73 * [[Special CSS Classes>>SpecialCSSClasses]]
Ecaterina Moraru (Valica) 21.1 74 * [[CSS classes used for icons>>StandardIconClasses]]
Ecaterina Moraru (Valica) 20.3 75 * Forms Layout Type:
76 ** [[Vertical Layout>>VerticalForms]]
77 ** [[Inline Layout>>InlineForms]]

Get Connected