[FIXED] [1.2] Ext.net.ColumnLayout should have property type: 'column'

  1. #1

    [FIXED] [1.2] Ext.net.ColumnLayout should have property type: 'column'

    Hi,

    When i access the layout type from a container which have column layout the type appears as 'container' and should be 'column'.
    ExtJS does have that property but your extension doesn't.

    Is not really a problem because we could add it... i just wanted to let you know.

    Ext.apply(Ext.net.ColumnLayout.prototype, {
        type: 'column'
    });
    Regards
    Last edited by Daniil; Jan 02, 2012 at 5:13 PM. Reason: [FIXED] [1.2]
  2. #2
    Hi,

    Thanks for the report.

    The fix has been added to SVN, revision #3799.
    type : "netcolumn"
    The fix will be publicly available with the upcoming v1.3 release.

Similar Threads

  1. Replies: 3
    Last Post: Jul 02, 2012, 8:27 AM
  2. Replies: 2
    Last Post: Mar 30, 2012, 5:52 AM
  3. [CLOSED] Render property of type List<T> in GridPanel column
    By martin.mosimann in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2011, 4:16 PM
  4. Replies: 4
    Last Post: Nov 22, 2010, 12:54 PM
  5. Replies: 2
    Last Post: Jan 26, 2009, 12:12 PM

Tags for this Thread

Posting Permissions