Kademi / keditor

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
http://kademi.github.io/keditor/
MIT License
319 stars 154 forks source link

[Feature request] is it possible to drag n drop the components while adding them to the page #197

Closed manuongithub closed 5 years ago

manuongithub commented 5 years ago

Functionality is it possible to drag n drop the components while adding them to the page? In previous versions of keditor we used to have this feature. The components were visible in the sidebar and we used to drag n drop them on the builder....?

ducdhm commented 5 years ago

Hi @manuongithub, in version 2, we decided to use "Add" button for adding content. If you want to use drag n drop snippets from sidebar to content-area, you can use version 1 KEditor at here.

/Duc

manuongithub commented 5 years ago

is there a commit in version 1 or version 2 that I should look at for guidance when trying to add the functionality back to version 2's code for my own implementation..?

ducdhm commented 5 years ago

@manuongithub honestly, I think it's impossible. Version 1 is in only 1 file but in version 2, I applied webpack for KEditor so I splitted keditor into multi-files