[CLOSED] TabReorderer plugin for Ext.NET 3?

  1. #1

    [CLOSED] TabReorderer plugin for Ext.NET 3?

    Hi,

    I noticed this forum post for 2.x:
    http://forums.ext.net/showthread.php...orderer-plugin

    The answer to whether the TabReorderer plugin would be included is that the BoxReorderer can be used.

    I just want to check if that is the case for 3.x as well?

    It seems Sencha has extended the BoxReorderer in their TabReorderer plugin.
    http://docs.sencha.com/extjs/5.1/5.1...x.TabReorderer

    If we use BoxReorderer to support tab reordering in Ext.NET 3, will we lose some functionality added in that TabReorderer plugin?

    Thanks!
    Last edited by Daniil; Jan 07, 2015 at 2:10 PM. Reason: [CLOSED]
  2. #2
    Hi

    Ext.Net.BoxReorderer plugin is rendered as 'Ext.ux.TabReorderer' if parent is TabPanel
    return (this.Parent is AbstractTabPanel || this.Parent is TabStrip) ? "Ext.ux.TabReorderer" : "Ext.ux.BoxReorderer";
    So, you will not lose anything
  3. #3
    That's great, Validimir. Thanks for the quick response!

    I would normally have looked at the source first, but just relied on the class name here :)

Similar Threads

  1. [CLOSED] InputMask plugin
    By luiz in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 26, 2013, 10:00 PM
  2. [CLOSED] Ext.ux.TabReorderer plugin?
    By jchau in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 04, 2012, 4:16 PM
  3. Replies: 3
    Last Post: Oct 18, 2012, 4:02 PM
  4. [CLOSED] CellEditing plugin
    By Kev in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 13, 2012, 8:06 PM

Posting Permissions