diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:05:34 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:05:34 +0100 |
commit | 6efebec0f97a6126660901cfd639590a73ac04ff (patch) | |
tree | a6dd24648cd0f523a446c4f4ad0b4cf30c7539e8 /framework | |
parent | d658070b873f2f0cf8e35ea73cfa1e39e05e6750 (diff) |
Some doc update
Diffstat (limited to 'framework')
-rw-r--r-- | framework/3rdParty/readme.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/framework/3rdParty/readme.html b/framework/3rdParty/readme.html index d4a2b83f..5889a943 100644 --- a/framework/3rdParty/readme.html +++ b/framework/3rdParty/readme.html @@ -22,9 +22,26 @@ projects. <td><a href="jQuery">jQuery</a></td>
<td><a href="http://jquery.com/">jQuery - Write less, do more</a></td>
<td><a href="http://jquery.org/license/">MIT License</a></td>
- <td>System.Web.UI.JuiControls</td>
+ <td></td>
<td>Core of Prado javascript library.</td>
</tr>
+
+<tr>
+ <td><a href="jQueryUI">jQuery UI</a></td>
+ <td><a href="http://jqueryui.com/">jQuery user interface</a></td>
+ <td><a href="http://jquery.org/license/">MIT License</a></td>
+ <td>System.Web.UI.JuiControls</td>
+ <td>jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</td>
+</tr>
+
+<tr>
+ <td><a href="Low Pro JQ">Low Pro JQ</a></td>
+ <td><a href="http://github.com/danwrong/low-pro-for-jquery">jQuery - Write less, do more</a></td>
+ <td><a href="http://github.com/danwrong/low-pro-for-jquery/blob/master/MIT-LICENCE">MIT License</a></td>
+ <td></td>
+ <td> A jQuery port of the Low Pro behavior framework that was originally written for Prototype. Prado actually uses it as a base to emulate OOP subclassing, inheritance and contructor events.</td>
+</tr>
+
<tr>
<td><a href="ReCaptcha">ReCaptcha</a></td>
<td><a href="http://www.google.com/recaptcha">ReCaptcha - Stop spam, read books</a></td>
|