Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ext.component.Component.doLayout deprecated in ExtJS 4.1 #55

Open
codekoala opened this issue Jun 1, 2015 · 0 comments
Open

Ext.component.Component.doLayout deprecated in ExtJS 4.1 #55

codekoala opened this issue Jun 1, 2015 · 0 comments

Comments

@codekoala
Copy link
Contributor

This line (and likely others) fails in ExtJS 6, because doLayout was deprecated in ExtJS 4.1:

container.doLayout();

See http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/source/Container2.html#Ext-container-Container

    /**
     * Manually force this container's layout to be recalculated.
     * @return {Ext.container.Container} this
     * @since 2.3.0
     * @deprecated 4.1 Use `{@link #updateLayout}` instead.
     */
    doLayout: function() {
        this.updateLayout();
        return this;
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant