mmc501
mmc501

Reputation: 161

drag and drop html elements or editor

I have a basic html email builder created and uses just a standard WYSIWYG Editor. I have seen the likes of Mail Chimp using a Drag and Drop interface now for dropping in elements - e.g. 2 columns with images in 1st and text in 2nd.

I would like to implement something similar if possible.

Is there any Drag and Drop editors out there I could build into my site to use.

Or if building myself (the basics of it just) where would be the best place to start - is there some javascript libraries which could be used or good demo's?

Upvotes: 1

Views: 5752

Answers (2)

NinjaOnSafari
NinjaOnSafari

Reputation: 1016

i saw this editor today. maybe it helps

http://imperavi.com/redactor/

TJL

Upvotes: 0

PeterOfTheEvans
PeterOfTheEvans

Reputation: 46

I would recommend jQuery UI, which affords drop and drag with the 'Droppable' and 'Draggable' interactions, respectively.

If you're a real beginner - http://html5demos.com/drag - should get you started with HTML5 drag and drop, so you can get a basic understanding of how it works.

Upvotes: 3

Related Questions