I need to imitate Google Tasks look and feel with a few minor changes.
Is there an open-source JavaScript control that I may reuse?
The main feature that I look for is "plain-text-like" feel of the in-place task editing process.
I need to imitate Google Tasks look and feel with a few minor changes.
Is there an open-source JavaScript control that I may reuse?
The main feature that I look for is "plain-text-like" feel of the in-place task editing process.
A lot of Google's coolness is built using their Web Toolkit (GWT). See the following url for a gallery of their widgets, which you may see throughout many of their sites (e.g., stackpanel for tasks): http://code.google.com/webtoolkit/doc/latest/RefWidgetGallery.html
Unfortunately (for me), most of the code is Java, which is then compiled into highly optimized Javascript. For more info. on Google's Web Toolkit, check out http://code.google.com/webtoolkit/overview.html
Did some looking around and found the following Ajax-MySQL TODO list w/ downloadable source: http://www.hesswebservices.com/download_scripts/TodoV1/
You can always hack the CSS and JS code until it works for you. Hope this helps!