Bunkai got widget list and drag n drop


This is why i like to code in JavaScript. Hard things are easy, just like that.

Having fooled around for a couple of more hours today, I've managed to get a list of draggable widget class names going. You can then drag one widget/dijit onto the main 'screen' area, and the widget in question will be instantiated. It really looks very nice, even if it's not rocket science.

Next step from here is to use the source code in HTML as the respository for all changes (even drops from the widget list), so that it's easy to see the skeleton code generated by Bunkai,a dn to add your own stuff and get it on the screen quickly.

Comments