vote up -1 vote down star

My question is about OO design for javascript dhtml dom app.

There is a toolbar with 5 buttons.

You click on a button, and select an image.

Next you click anywhere on a div tag, and you drop a copy of that image.

When you're finished arranging your images, you can save this drawingdiv as JSON structure or save-page-as; you can also load previous div from json.

I want to abstract this app away from array notation

and DOM specifics, and have DOM parts use MVC pattern.

I'm not sure how to make these images into objects,

so you can have image view, text only, alternate images...

Should I make the toolbar a subclass of drawing div?

Please help me to organize this OOP, thanks.

flag
3  
You should really hit "." between sentences. It helps readability in a big way. – Rakesh Pai Nov 4 at 16:50
1  
I think I fixed the punctuation and capitalization. – geowa4 Nov 4 at 16:58
Voted down and voted to close as "not a real question". Try showing the snippets of code demonstrating something you've come up with (but little snippets, not 100-line blocks of code!) and explain the problem you're trying to solve with them. Right now this question looks more like a random collection of "smart" terms ("have DOM parts use MVC pattern", "make the toolbar a subclass of drawing div"). – Nickolay Nov 5 at 16:26

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.