Пример #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>
 /// Fires after editing is complete and any changed value has been written to the underlying field.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="value"><p>The current field value</p>
 /// </param>
 /// <param name="startValue"><p>The original 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 complete(Ext.Editor @this, object value, object startValue, object eOpts)
 {
 }
Пример #3
0
 /// <summary>
 /// Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
 /// Ext.EventObject.getKey to determine which key was pressed.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="field"><p>The field attached to this editor</p>
 /// </param>
 /// <param name="event"><p>The event object</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 specialkey(Ext.Editor @this, Ext.form.field.Field field, EventObject @event, object eOpts)
 {
 }
Пример #4
0
 /// <summary>
 /// Fires after editing has been canceled and the editor's value has been reset.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="value"><p>The user-entered field value that was discarded</p>
 /// </param>
 /// <param name="startValue"><p>The original field value that was set back into the editor after cancel</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 canceledit(Ext.Editor @this, object value, object startValue, object eOpts)
 {
 }