Change Log
Version 0.0.03 Beta
Release Date: August 01, 2010
SVN Revision:
- Autocomplete Widget
- Add widget and example.
- Just some base functions.
- Calendar Widget
- Add property setter methods for 'navigator'.
- Widget totally refactorized.
- Datatable Widget
- Add widget and example.
- Just some base functions.
- Animation Utility
- Added this utility with no settable property. It is like a placeholder to let to add animation for autocomplete widget.
- Datasource Utility
- DataType Used is only local data, next step will be XHR dataType (Ajax functionality).
- ResponseType only JS array and JSON, next step will be XML.
- Dragdrop Utility
- Added this utility with pretty no settable property. It is like a placeholder to let to add dragdrop functionality for datatable widget.
- General
- Added widgets: autocomplete and datatable.
- Added utilities: animation, datasource and dragdrop.
- Refactorized php variable and function name in whole project.
- Refactorized JS variable and function name in whole project.
- Moved JS generation in ciwy main class from each widget/utility.
- Introduced instance concept to obtain more widget/utlity of the same type in the same page.
- Addesd component initialization according with instance concept.
- Changed JS code style generation, now (i hope) is more clear and human readable.
Version 0.0.2 Beta
Release Date: April 30, 2010 (never published)
SVN Revision:
- Calendar Widget
- Added 'navigator' property settings
- General
- Fixed some mispelling in documentation
Version 0.0.1 Beta
Release Date: April 20, 2010
SVN Revision:
First publicly released version.