[CLOSED] FieldSet header property

  1. #1

    [CLOSED] FieldSet header property

    Hi,

    In Ext.Net 1.7, the FieldSet class extended Ext.Panel thus having access to the inherited header property. In Sencha 5.0, the inheritance hierarchy was changed and the header property is no longer available. How can I now achieve the equivalent of the following:

    App.FieldSet1.header.addClass('x-item-disabled');
    App.FieldSet1.header.removeClass('x-item-disabled');
    Last edited by Daniil; Aug 12, 2015 at 5:03 PM. Reason: [CLOSED]
  2. #2
    How about just calling .enable() or .disable() on the FieldSet object?

    http://docs.sencha.com/extjs/5.1/5.1...-method-enable
    Geoffrey McGill
    Founder
  3. #3
    Thanks for your suggestion, Geoffrey!

    I will probably have to do away with the two calls in question as there seems to be no viable API replacement. ExtJs framework incompatibilities of this kind potentially result in serious redesign work that we're trying to minimize wherever possible. Please fee free to mark this thread closed.

Similar Threads

  1. [CLOSED] v.3 Overwrite css for FieldSet header
    By omazlov in forum 3.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 31, 2014, 12:54 PM
  2. Replies: 4
    Last Post: Jul 13, 2012, 7:47 PM
  3. [CLOSED] Fieldset Icon Property
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 21, 2012, 2:40 PM
  4. Replies: 1
    Last Post: Jan 26, 2011, 3:07 PM
  5. [CLOSED] Fieldset Cls property does'nt work
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 08, 2008, 4:53 AM

Tags for this Thread

Posting Permissions