Ejemplo n.º 1
0
 /// <summary>
 /// Stop the event (preventDefault and stopPropagation) ...
 /// </summary>
 public static object stopEvent(Event The){return null;}
Ejemplo n.º 2
0
 /// <summary>
 /// Cancels bubbling of the event. ...
 /// </summary>
 public static object stopPropagation(Event The){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 9
0
 /// <summary>
 /// Abstract method called during the onMouseMove event while dragging an
 /// object. ...
 /// </summary>
 public object onDrag(Event e){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}
Ejemplo n.º 17
0
 /// <summary>
 /// Called when a drag/drop obj gets a mousedown ...
 /// </summary>
 public object onMouseDown(Event e){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 19
0
 /// <summary>
 /// Called when a drag/drop obj gets a mouseup ...
 /// </summary>
 public object onMouseUp(Event e){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 21
0
 /// <summary>
 /// Called when we are done dragging the object ...
 /// </summary>
 public object endDrag(Event e){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 23
0
 /// <summary>
 /// Prevents the browsers default handling of the event. ...
 /// </summary>
 public static object preventDefault(Event The){return null;}
Ejemplo n.º 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;}
Ejemplo n.º 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;}