<LoadMask ShowMask="true" /> error after latest update

  1. #1

    <LoadMask ShowMask="true" /> error after latest update

    After updating to the latest version from head, ShowMask is throwing and error.

    This happens on <LoadMask ShowMask="true" />
    or

    showMask : true
    as in

     var tab = tabPanel.getItem(node.id);
    
                    if (!tab) {
                        tab = tabPanel.add({
                            id: node.id,
                            title: node.text,
                            closable: true,
                            autoLoad: {
                                showMask: true,
                                url: node.attributes.href,
                                mode: "iframe",
                                maskMsg: "Loading " + node.attributes.href + "..."
                            },
                            listeners: {
                                update: {
                                    fn: function (tab, cfg) {
                                        cfg.iframe.setHeight(cfg.iframe.getSize().height - 20);
                                    },
                                    scope: this,
                                    single: true
                                }
                            }
                        });
                    }
    Any ideas?

    Thanks

    fdlane
    Last edited by geoffrey.mcgill; Sep 09, 2010 at 5:40 PM. Reason: please use [CODE] tags
  2. #2
  3. #3
    Sorry, I was loading the old reference even after the EXT rebuild.

    Solved.

    Thanks again

    fdlane

Similar Threads

  1. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM
  2. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  3. [CLOSED] DropDownField with Grow="true" and GrowMax="xxx"
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 12, 2012, 12:00 PM
  4. [CLOSED] "True is not defined" javascript error
    By coleg123 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 11, 2011, 6:51 PM
  5. Replies: 12
    Last Post: Apr 13, 2011, 3:28 PM

Posting Permissions