Important changes to Tiny Cloud pricing > Find out more

tinymce.ui.DragHelper

Drag/drop helper class.

Examples

var dragHelper = new tinymce.ui.DragHelper('mydiv', {
    start: function(document, window, evt) {
    },

    drag: function(evt) {
    },

    end: function(evt) {
    }
});

Methods

name summary defined by
destroy() Destroys the drag/drop helper instance. tinymce.ui.DragHelper

Methods

destroy

destroy()

Destroys the drag/drop helper instance.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.