Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Mon, 04/21/2008 - 18:50
#1
matthewk
Joined:
21/04/2008
Posts:
2
Disable dragging of absolutely positioned elements
Is there a way to disable dragging of absolutely positioned elements?
Thanks,
Matthew
Tue, 04/29/2008 - 19:07
#2
matthewk
Joined:
21/04/2008
Posts:
2
Re: Disable dragging of absolutely positioned elements
I'd be happy to disable dragging of all elements if that's the only way to do it. Is there a way to disable all drag and drop?
Thanks,
Matthew
Tue, 04/29/2008 - 19:15
#3
alfonsoml
Joined:
31/12/2006
Posts:
3735
Re: Disable dragging of absolutely positioned elements
you need to listen to the drag events in the editor document and then disable the ones that you don't want.
You might find tutorials about dragging in any DHTML reference.
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Disable dragging of absolutely positioned elements
Thanks,
Matthew
Re: Disable dragging of absolutely positioned elements
You might find tutorials about dragging in any DHTML reference.