[CLOSED] What is the difference?

  1. #1

    [CLOSED] What is the difference?

    What is the difference between a Composite Field and a MultiField?

    Thanks.


  2. #2

    RE: [CLOSED] What is the difference?

    Hi,

    MultiField is obsolete and will be removed from final 1.0 release
    Please use CompositeField (native ExtJS control since ExtJS 3.2)
  3. #3

    RE: [CLOSED] What is the difference?

    state (4/7/2010)What is the difference between a Composite Field and a MultiField?

    Thanks.

    As mentioned by Vladimir above, there is effectively no difference between the old <ext:MultiField> and the new <ext:CompositeField>, other than a name change. The CompositeField is new to Ext JS 3.2, which is included in the current build of Ext.NET 1.0.

    We've temporarily left the <ext:MultiField> in the project to give developers a chance to upgrade to <ext:CompositeField>, although MultiField will be removed from the project very soon.

    You should only need to rename your <ext:MultiField> tags to <ext:CompositeField>.

    The underlying component is new logic, but the functionality should be identical. If you run into any issues, please let us know and the problem will get our immediate attention.

    Hope this helps.

    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] What is the difference between these two ComboBox?
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 27, 2011, 9:58 AM
  2. [CLOSED] display difference between browsers
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 29, 2010, 6:43 AM
  3. [CLOSED] Difference between Ext.each and for loop, please explain
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 03, 2010, 4:04 PM
  4. Alert CSS difference
    By gfcmedia in forum 1.x Help
    Replies: 4
    Last Post: Aug 17, 2010, 9:32 PM
  5. [CLOSED] Difference between CommandColumn & ImageCommandColumn
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 29, 2010, 11:53 AM

Posting Permissions