Wiki source code of Front-end Resources

Version 18.1 by Jerome on 2010/03/18

Hide last authors
Silvia Macovei 16.1 1 {{info}}This section is a work in progress.{{/info}}
Guillaume Lerouge 4.1 2
Jerome 6.1 3 This sections 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 4
Jerome 6.1 5 * External Libraries
6 * Internal components (Based or not on some of the external libraries)
Jerome 5.1 7
Jerome 6.1 8 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.
9
Silvia Macovei 16.1 10 Some of the resources presented in here are not included by default with all HTML-rendered wiki pages (it would be a lot too much things 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 11
Silvia Macovei 16.1 12 {{code}}$xwiki.jsfx.use("js/scriptaculous/slider.js"){{/code}}
Jerome 11.1 13
Silvia Macovei 16.1 14 In [[XWiki Syntax 2.0>>Main.XWikiSyntax]]:
Jerome 11.1 15
Silvia Macovei 16.1 16 {{code}}
Jerome 11.1 17 {{velocity}}
18 $xwiki.jsfx.use("js/scriptaculous/slider.js")
19 {{/velocity}}
Silvia Macovei 16.1 20 {{/code}}
Jerome 11.1 21
Silvia Macovei 16.1 22 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 23
Silvia Macovei 17.1 24 = External resources =
Jerome 6.1 25
Jerome 11.1 26 External resources are third party libraries bundled with the XWiki webapp as resources developers can use for their in-wiki applications or to enhance the wiki itself. Almost all of the (except prototype.js) are not included by default in HTML-rendered wiki pages.
27
28 Hereunder is a table presenting some of the external libraries XWiki comes with:
29
Silvia Macovei 17.1 30 |image:prototype.gif |image:smartclient.png
31 |[[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 so much more. Prototype is the only JavaScript library that is systematically shipped with any wiki page in XWiki. |[[Smartclient>>http://www.smartclient.com/]] is an AJAX RIA system to easily develop rich interface components. Using it in XWiki, you can build powerful front-end widgets that can leverage [[XWiki's RESTful API>>Features.XWikiRESTfulAPI]].
Jerome 9.1 32
Jerome 6.1 33 * Scriptaculous
Jerome 5.1 34 * YUI
Jerome 18.1 35 * [[LiveValidation]]
Jerome 5.1 36
Silvia Macovei 17.1 37 = Internal resources =
Guillaume Lerouge 1.1 38
Silvia Macovei 17.1 39 == Front-end Components ==
Jerome 12.2 40
Silvia Macovei 16.1 41 * [[Modal Popup>>ModalPopup]]
42 * [[Confirmation Box>>ConfirmationBox]]
43 * [[LiveTable]]
44 * [[Auto Suggest Widget>>DevGuide.AutoSuggestWidget]]
Jerome 12.2 45
Silvia Macovei 17.1 46 == JavaScript resources ==
Jerome 11.2 47
Silvia Macovei 16.1 48 * [[JavaScriptAPI]]
49 * [[XWiki RESTFul API>>Features.XWikiRESTfulAPI]]
Jerome 11.2 50
Silvia Macovei 17.1 51 == StyleSheet resources ==
Jerome 11.2 52
Silvia Macovei 16.1 53 * [[Pagination>>Pagination]]
54 * [[Result List>>ListOfResults]]
55 * [[Search Box>>SearchBox]]
56 * [[Suggest Box>>SuggestBox]]

Get Connected