Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
3288 rexy 1
versions, links and simple description of used javascript files
2
===============================================================
3
 
4
jquery.dataTables.js
5
--------------------
6
VERSION  : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix+noeval
7
URL      : http://plugins.jquery.com/project/DataTables
8
DESC     : dataTables is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable
9
           table without page refreshes.
10
USED     : provide tablesorting for the filesystem table
11
 
12
jquery.nyroModal.js
13
-------------------
14
VERSION  : 1.6.2+jquery1.8fix+bindfix+ff2fix
15
URL      : http://plugins.jquery.com/project/nyroModal
16
DESC     : nyroModal is a high customizable modal window plugin.
17
USED     : provide a modal dialog, that is shown when errors are found during execution of the php parsers, or lets say
18
           in this way: if there are error elements in the xml file
19
 
20
jquery.timer.js
21
----------------
22
VERSION  : 0.1
23
URL      : http://plugins.jquery.com/project/Timer; https://github.com/sloat/timer
24
DESC     : provides a cleaner way to handle intervals
25
USED     : automatic reloading of the entire page
26
 
27
jquery.jgrowl.js
28
----------------
29
VERSION  : 1.2.6+jquery1.9fix+jquery3fix+bindfix
30
URL      : http://plugins.jquery.com/project/jGrowl
31
DESC     : jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works
32
USED     : show alert and error message
33
 
34
jquery.treeTable.js
35
-------------------
36
VERSION  : 2009-06-22+statefix+spanfix+altfix+undefinedfix+ie6cachefix+multilinefix+divfix
37
URL      : http://plugins.jquery.com/project/jQTreeTable; http://www.hanpau.com/index.php?page=jqtreetable
38
DESC     : Take a plain html table, wrap the rows you want collapsing/expanding in a tbody tag with an id of treetable, map each row to it's parent row, set some options, and let jQTreeTable take it from there.
39
USED     : Hardware, Memory, UPS blocks
40
 
41
jquery.ifixpng.js
42
-------------------
43
VERSION  : 2.1 (23/04/2008)+jquery1.9fix
44
URL      : http://jquery.khurshid.com
45
DESC     : Designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.
46
USED     : used for the entire userinterface
47
 
48
$Id: README 702 2012-09-21 16:52:32Z namiltd $