Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

TabConfig UI settings and styling support

Open fabriciomurta opened this issue 4 years ago • 0 comments

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 avatar Nov 19 '21 18:11 fabriciomurta