[CLOSED] [2.x] Ext.Net.FormPanel missing.

  1. #1

    [CLOSED] [2.x] Ext.Net.FormPanel missing.

    Hi, In the latest Ext.Net version 2.x, looks like the Ext.Net.FormLayout no longer exists. Is it being replaced with something else?
    Thanks.
    Last edited by Daniil; Aug 28, 2012 at 5:19 PM. Reason: [CLOSED]
  2. #2
    Hi,

    The CHANGELOG item #34.
    https://examples2.ext.net/#/Getting_...nts/CHANGELOG/

    34. "Layout" type controls has been removed. Use the Layout and LayoutConfig properties of a container.
  3. #3
    Got it, Thanks
  4. #4
    Please note that FormLayout is not the same as it is in Ext.NET v1. It just places the fields one under the other and stretches them.
    http://docs.sencha.com/ext-js/4-1/#!/api/Ext.layout.container.Form

    It doesn't use the fields Anchor option. If you need this option, then please use AnchorLayout. AnchorLayout is the default one of FormPanel.

Similar Threads

  1. StoreReadDataEventArgs Missing?
    By Tbaseflug in forum 2.x Help
    Replies: 1
    Last Post: Oct 26, 2012, 4:59 AM
  2. Razor FormPanel "FormID" missing
    By basder in forum 2.x Help
    Replies: 6
    Last Post: Mar 20, 2012, 2:46 PM
  3. Replies: 0
    Last Post: Nov 17, 2011, 10:53 AM
  4. missing dll
    By ashton.lamont in forum Examples and Extras
    Replies: 2
    Last Post: Jul 07, 2010, 10:59 PM
  5. Combobox missing first value
    By Richardt in forum 1.x Help
    Replies: 2
    Last Post: Sep 29, 2009, 6:30 AM

Posting Permissions