예제 #1
0
 /// <summary>
 /// Fires when this editor is displayed
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="boundEl"><p>The underlying element bound to this editor</p>
 /// </param>
 /// <param name="value"><p>The starting field value</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void startedit(Ext.Editor @this, Ext.dom.Element boundEl, object value, object eOpts)
 {
 }
예제 #2
0
 /// <summary>
 /// Renders the given Component into the target Element.
 /// </summary>
 /// <param name="item"><p>The Component to render</p>
 /// </param>
 /// <param name="target"><p>The target Element</p>
 /// </param>
 /// <param name="position"><p>The position within the target to render the item to</p>
 /// </param>
 private void renderItem(Ext.Component item, Ext.dom.Element target, JsNumber position)
 {
 }
예제 #3
0
 /// <summary>
 /// Returns the ContextItem for an element.
 /// </summary>
 /// <param name="parent">
 /// </param>
 /// <param name="el">
 /// </param>
 public void getEl(ContextItem parent, Ext.dom.Element el)
 {
 }
예제 #4
0
 /// <summary>
 /// Fires when a node is unhighlighted using keyboard navigation, or mouseout.
 /// </summary>
 /// <param name="view"><p>This View Component.</p>
 /// </param>
 /// <param name="node"><p>The previously highlighted node.</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void unhighlightitem(Ext.view.View view, Ext.dom.Element node, object eOpts)
 {
 }