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

TabConfig UI settings and styling support #1866

Open
fabriciomurta opened this issue Nov 19, 2021 · 0 comments
Open

TabConfig UI settings and styling support #1866

fabriciomurta opened this issue Nov 19, 2021 · 0 comments
Milestone

Comments

@fabriciomurta
Copy link
Contributor

fabriciomurta commented Nov 19, 2021

Found: 7.2.0
Ext.NET forums' thread: Ext 5.x with Spotless Theme Variants

Ext.NET 7 currently has no support for tab panels' UI settings as Ext.NET 5 used to. Additionally, the custom UI CSS for the themes that support in v5 is not included at least with the Gray theme for v7.

An example to try to use this is, based in Tab Panels > Basic > Show/Hide example, add this CustomConfig block to one or more panels:

<customConfig>
    <ext-add key="tabConfig">
        <ext-add key="ui" value="danger" />
    </ext-add>
</customConfig>

Ext.NET 5 lacks styling for the Aria, Graphite and Material themes (#1439).

@fabriciomurta fabriciomurta added this to the 7.x milestone Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant