Пример #1
0
 /// <summary>
 /// Stop the event (preventDefault and stopPropagation) ...
 /// </summary>
 public static object stopEvent(Event The){return null;}
Пример #2
0
 /// <summary>
 /// Cancels bubbling of the event. ...
 /// </summary>
 public static object stopPropagation(Event The){return null;}
Пример #3
0
 /// <summary>
 /// An empty function by default, but provided so that you can perform a custom action after an invalid
 /// drop has occurred. ...
 /// </summary>
 public bool beforeInvalidDrop(Ext.dd.DragDrop target, Event e, JsString id){return false;}
Пример #4
0
 /// <summary>
 /// Called while the DropZone determines that a Ext.dd.DragSource is over a drop node
 /// that has either been registered or ...
 /// </summary>
 public JsString onNodeOver(object nodeData, DragSource source, Event e, object data){return null;}
Пример #5
0
 /// <summary>
 /// Returns a custom data object that is registered for the DOM node that is the target of the event ...
 /// </summary>
 public static object getTargetFromEvent(Event e){return null;}
Пример #6
0
 /// <summary>
 /// An empty function by default, but provided so that you can perform a custom action
 /// after an invalid drop has occurred...
 /// </summary>
 public object afterInvalidDrop(Event e, JsString id){return null;}
Пример #7
0
 /// <summary>
 /// Abstract method called when this element is hovering over another
 /// DragDrop obj ...
 /// </summary>
 public object onDragOver(Event e, object id){return null;}
Пример #8
0
 /// <summary>
 /// The function a Ext.dd.DragSource calls continuously while it is being dragged over the target. ...
 /// </summary>
 public JsString notifyOver(DragSource source, Event e, object data){return null;}
Пример #9
0
 /// <summary>
 /// Abstract method called during the onMouseMove event while dragging an
 /// object. ...
 /// </summary>
 public object onDrag(Event e){return null;}
Пример #10
0
 /// <summary>
 /// Abstract method called when this item is dropped on another DragDrop
 /// obj ...
 /// </summary>
 public object onDragDrop(Event e, object id){return null;}
Пример #11
0
 /// <summary>
 /// Called when the DropZone determines that a Ext.dd.DragSource has been dropped onto
 /// the drop node. ...
 /// </summary>
 public bool onNodeDrop(object nodeData, DragSource source, Event e, object data){return false;}
Пример #12
0
 /// <summary>
 /// Called while the DropZone determines that a Ext.dd.DragSource is being dragged over it,
 /// but not over any of its regis...
 /// </summary>
 public JsString onContainerOver(DragSource source, Event e, object data){return null;}
Пример #13
0
 /// <summary>
 /// Called when the DropZone determines that a Ext.dd.DragSource has been dropped on it,
 /// but not on any of its registered...
 /// </summary>
 public bool onContainerDrop(DragSource source, Event e, object data){return false;}
Пример #14
0
 /// <summary>
 /// The function a Ext.dd.DragSource calls once to notify this drop target that the dragged item has
 /// been dropped on it. ...
 /// </summary>
 public bool notifyDrop(DragSource source, Event e, object data){return false;}
Пример #15
0
 /// <summary>
 /// Abstract method called when this item is dropped on an area with no
 /// drop target ...
 /// </summary>
 public object onInvalidDrop(Event e){return null;}
Пример #16
0
 /// <summary>
 /// The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged
 /// out of the ta...
 /// </summary>
 public object notifyOut(DragSource source, Event e, object data){return null;}
Пример #17
0
 /// <summary>
 /// Called when a drag/drop obj gets a mousedown ...
 /// </summary>
 public object onMouseDown(Event e){return null;}
Пример #18
0
 /// <summary>
 /// Returns the handle that is registered for the DOM node that is the target of the event ...
 /// </summary>
 public static object getHandleFromEvent(Event e){return null;}
Пример #19
0
 /// <summary>
 /// Called when a drag/drop obj gets a mouseup ...
 /// </summary>
 public object onMouseUp(Event e){return null;}
Пример #20
0
 /// <summary>
 /// An empty function by default, but provided so that you can perform a custom action
 /// while the dragged item is over the...
 /// </summary>
 public object afterDragOver(Ext.dd.DragDrop target, Event e, JsString id){return null;}
Пример #21
0
 /// <summary>
 /// Called when we are done dragging the object ...
 /// </summary>
 public object endDrag(Event e){return null;}
Пример #22
0
 /// <summary>
 /// An empty function by default, but provided so that you can perform a custom action
 /// while the dragged item is over the...
 /// </summary>
 public bool beforeDragOver(Ext.dd.DragDrop target, Event e, JsString id){return false;}
Пример #23
0
 /// <summary>
 /// Prevents the browsers default handling of the event. ...
 /// </summary>
 public static object preventDefault(Event The){return null;}
Пример #24
0
 /// <summary>
 /// An empty function by default, but provided so that you can perform a custom action before the initial
 /// drag event begi...
 /// </summary>
 public bool onBeforeDrag(object data, Event e){return false;}
Пример #25
0
 /// <summary>
 /// Called when the DropZone determines that a Ext.dd.DragSource has been dragged out of
 /// the drop node without dropping. ...
 /// </summary>
 public object onNodeOut(object nodeData, DragSource source, Event e, object data){return null;}