equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-skin |
2 Name: pyams-skin |
3 Version: 0.1.12 |
3 Version: 0.1.13 |
4 Summary: PyAMS base skin interfaces and classes |
4 Summary: PyAMS base skin interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_skin |
5 Home-page: http://hg.ztfy.org/pyams/pyams_skin |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
20 used on top of JQuery and Bootstrap to build dynamic interfaces. |
20 used on top of JQuery and Bootstrap to build dynamic interfaces. |
21 |
21 |
22 |
22 |
23 History |
23 History |
24 ======= |
24 ======= |
|
25 |
|
26 0.1.13 |
|
27 ------ |
|
28 - better errors handling in tree sorter (MyAMS.js) |
|
29 - added "data-ams-click-event" handler to generate event on click via data API (MyAMS.js) |
|
30 - allow 'object' type in 'smallbox' JSON response |
|
31 - added responsive classes to hide columns |
|
32 - updated resources |
|
33 - CSS updates |
25 |
34 |
26 0.1.12 |
35 0.1.12 |
27 ------ |
36 ------ |
28 - automatically submit form on <CTRL>+<Enter> key press in textarea input (MyAMS.js) |
37 - automatically submit form on <CTRL>+<Enter> key press in textarea input (MyAMS.js) |
29 - updated MyAMS.getCSS function to be able to add a callback which is called only when the CSS file is loaded |
38 - updated MyAMS.getCSS function to be able to add a callback which is called only when the CSS file is loaded |