A few days ago I decided to suppress my “conservative” stance towards massive Javascript usage and started working on a WYSIWYG editor for HTML Forms, The application resembles drag-and-drop GUI editors, I’ve spent lot of time in building the codebase to make it as Object oriented as possible.
The codebase is simply composed of two parts, Core and pluginis “Elements”
Each draggable element is handled by a 2 files
Adding a new element would just require writing two files and the core handles the rest.
I’m using Prototype, script.aculo.us and Webtoolkit context menu, No true AJAX has been used so far, everything is done on the client side.
Now the question is , what does the end user see?
I’ve tested this on FF2 and IE6.
What I really need to implement right now is the “Resize” function
Why don’t you check A demo of the code in action
I plan to turn this into a Joomla! forms component soon Insh’Allah.
Update: My Proposal to Google Summer of Code has been accepted and I’ll be working on implementing this form editor as a Joomla! 1.5 component, You can find more information about my progress on my GSoC blog
No , My blog is not broken , CSS has been deliberately turned off to celebrate the 3rd CSS Naked day.
You know what, I kinda like my blog the way it is now, without any CSS :).