Cakephp+Jqgrid+FileUploader+DatePicker+ColorPicker
I have succussfully integrate Cakephp with jqgrid in my previous posts.
To continue, I have put up FileUploader (http://valums.com/ajax-upload/),
DatePicker(http://www.eyecon.ro/datepicker/),
ColorPicker(http://www.eyecon.ro/colorpicker/) together with my previous integration.
So here comes Cakephp+Jqgrid+FileUploader+DatePicker+ColorPicker,
you can check out the Demo at http://www.the-di-lab.com/demo/apples.
and download the working copy at http://www.the-di-lab.com/download/massive.rar.
And I believe that any Jquery Plugin which supports onClick popup can be integrated with Jqgrid.
Thanks to Tony for this great Jqgrid plugin.
PS:This copy is built on cakephp 1.2 + jqGrid 3.4.3.
As jqGrid 3.5 is coming, a new event ” dataInit” is introduced in editoptions ,
and it made the way of integrating datePicker, colorPicker with jqGrid extremely easy.
So the way of the integration in this post is not necessary in jqGrid 3.5.
I will make another demo of jqGrid 3.5 with above components another time.

