-
Unanswered: Problem with Card dark
Unanswered: Problem with Card dark
hello all!
I'mtrying to use thedarkthemeina panel.
Idid the following:
Code:
var panelHome = new Ext.Panel({
title: 'Home',
html:' <p>HELLO</p>'
});
var navHome = new Ext.navigation.View({
title: 'Home',
items: [
panelHome
],
iconCls: 'home',
cls: 'card dark'
});
new Ext.TabPanel({
fullscreen: true,
tabBarPosition: 'bottom',
items: [
navHome
]
});
the home icon, you see, but the issue remains unclear.
how do I use the dark?
-
Sencha - Senior Forum Manager
Do you mean the ui dark using the ui config?
-
I do not know exactly.
I have seen a concrete example: 'card dark' and one with ui: 'dark'.
ui is fine with me also.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us