[CLOSED] Other breaking changes not mentioned in the Breaking changes list

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Other breaking changes not mentioned in the Breaking changes list

    1. The Column hierarchy changed. Before the other columns inherited the Column table and you could write code such as Column c= new BooleanColumn....
    Now all the columns inherit from ColumnBase.

    2. This event is gone: http://docs.sencha.com/ext-js/3-4/#!...ientvalidation. I am not too sure what was replaced with.

    3.The FormPanel Failure listener is not anymore among the FormPanel listeners.

    4. TextField.ValidationDelay is gone

    5.Some of the FilterCondition properties have changed: FilterType => Type, Name => Field (not 100% sure about this one), the ValueAs*** => Value<T>(), ValueList => List

    Thanks
    Last edited by Daniil; Dec 18, 2012 at 5:36 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] v2 Changes (breaking or otherwise)
    By peter.campbell in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 11, 2012, 10:37 PM
  2. [1.0] Undocumented Breaking Changes
    By r_honey in forum Open Discussions
    Replies: 2
    Last Post: Dec 29, 2009, 1:33 PM
  3. Coolite 0.8 breaking changes
    By r_honey in forum Open Discussions
    Replies: 11
    Last Post: Jun 22, 2009, 5:16 AM

Posting Permissions