src/pyams_skin.egg-info/PKG-INFO
changeset 358 39ee3f076d70
parent 335 228fcc7327a1
child 385 7547887dc2fb
equal deleted inserted replaced
357:f3b8efc86004 358:39ee3f076d70
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-skin
     2 Name: pyams-skin
     3 Version: 0.1.16
     3 Version: 0.1.17
     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.17
       
    27         ------
       
    28          - always stop propagation in toolbar action or menu item
       
    29          - added template and method to render empty tables
       
    30          - added helper to handle SVG integration (MyAMS.js)
       
    31          - added AJAX helper to post JSON with arguments from a "data-ams-url" attribute (MyAMS.js)
       
    32          - allow multiple change and click handlers (MyAMS.js)
       
    33          - added "getSelectedRowClass" to base table class to get CSS class dynamically for a given row
    25         
    34         
    26         0.1.16
    35         0.1.16
    27         ------
    36         ------
    28          - set "data-ams-location" attribute as optional in "MyAMS.container.deleteElement" handler (MyAMS.js)
    37          - set "data-ams-location" attribute as optional in "MyAMS.container.deleteElement" handler (MyAMS.js)
    29          - added "afterErrorCallback" option to "loadURL" function (MyAMS.js)
    38          - added "afterErrorCallback" option to "loadURL" function (MyAMS.js)