Esempio n. 1
0
 /// <summary>
 /// Marks the given tab as active
 /// </summary>
 /// <param name="tab"><p>The tab to mark active</p>
 /// </param>
 private void setActiveTab(Ext.tab.Tab tab)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Fired when the currently-active tab has changed
 /// </summary>
 /// <param name="tabBar"><p>The TabBar</p>
 /// </param>
 /// <param name="tab"><p>The new Tab</p>
 /// </param>
 /// <param name="card"><p>The card that was just shown in the TabPanel</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 change(Ext.tab.Bar tabBar, Ext.tab.Tab tab, Ext.Component card, object eOpts)
 {
 }
Esempio n. 3
0
 /// <summary>
 /// Closes the given tab by removing it from the TabBar and removing the corresponding card from the TabPanel
 /// </summary>
 /// <param name="toClose"><p>The tab to close</p>
 /// </param>
 private void closeTab(Ext.tab.Tab toClose)
 {
 }
Esempio n. 4
0
 /// <summary>
 /// Fires to indicate that the tab is to be closed, usually because the user has clicked the close button.
 /// </summary>
 /// <param name="tab"><p>The Tab 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 close(Ext.tab.Tab tab, object eOpts)
 {
 }