GetSimple Support Forum

Full Version: Drag and Drop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to be able to have drag & drop functionality in the editor, does anyone have any ideas as to where or how I get the js files to load into the editor?
Or have any Ideas about how to do this in a template file so that only admin can save drag changes?
Thanks
Quinn
Quinn,

I guess you want to drag and drop images into the text?
This is not Windows. and this is no flash or ajax-application so this is not working in the way you want it.

you can upload images with GS and integrate these images in the editor with a click on the image symbol

check out at http://www.ckeditor.net if the editor has such a functionality, I am not sure
if not, you have to ask there in the forum
Connie Wrote:Quinn,

I guess you want to drag and drop images into the text?
This is not Windows. and this is no flash or ajax-application so this is not working in the way you want it.

you can upload images with GS and integrate these images in the editor with a click on the image symbol

check out at http://www.ckeditor.net if the editor has such a functionality, I am not sure
if not, you have to ask there in the forum

Thanks for the help, I'll go to the ckeditor site and see what they recommend.
What I need to do is be able to move items in a list, each item is a vehicle number, 1 to 105. The first number needs to be able to be dragged to the last position, and saved.
At the moment they delete the first number and re-enter it at the end as a number in text, however they keep accidentally deleting some of the html!!!! breaking the page.
loading jquery + a drag and drop js in a template page would be much easier if I could find some way to hide saving button to only admin users, I wouldn't even need the editor then!
I'm just starting with GetSimple, very much like the simplicity, been working with joomla but it is overkill and I'm more designer than programmer, though I'm trying to lean php and js!
Quinn
Quinn,

do I understand correct that you need a sortable table?

I think you need a plugin for the editor (or maybe a plugin but I do not know of any)

see here, this is a list of CKEditor Plugins, maybe there are some plugins which deal with sorting tables:


http://developer.mindtouch.com/Deki/Edit...Sort_Table

or google for "CKEDITOR Plugin"


cheers, Connie
Connie Wrote:Quinn,

do I understand correct that you need a sortable table?

I think you need a plugin for the editor (or maybe a plugin but I do not know of any)

see here, this is a list of CKEditor Plugins, maybe there are some plugins which deal with sorting tables:


http://developer.mindtouch.com/Deki/Edit...Sort_Table

or google for "CKEDITOR Plugin"


cheers, Connie

Thanks looking into mindtouch plugin.