Ejemplo n.º 1
0
 /// <summary>
 /// Called after drag operations to set the size of the resizing element.
 /// @param {Ext.SplitBar} s The SplitBar using this adapter
 /// @param {Number} newSize The new size to set
 /// @param {Function} onComplete A function to be invoked when resizing is complete
 /// </summary>
 public void setElementSize(SplitBar s, JsNumber newSize, JsAction onComplete) { }
Ejemplo n.º 2
0
 /// <summary>
 /// Called before drag operations to get the current size of the resizing element.
 /// @param {Ext.SplitBar} s The SplitBar using this adapter
 /// </summary>
 public void getElementSize(SplitBar s) { }
Ejemplo n.º 3
0
 public void setElementSize(SplitBar s, double newSize) { throw new Exception(); }
Ejemplo n.º 4
0
 public void setElementSize(SplitBar s, double newSize, JsAction onComplete) { throw new Exception(); }
Ejemplo n.º 5
0
 public void setElementSize(SplitBar s) { throw new Exception(); }