mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 22:50:36 +02:00
added visibilty to layouts
This commit is contained in:
parent
52ab7d01ca
commit
8db9f0086b
@ -70,6 +70,8 @@ void LayoutRenderer::renderLayoutHead(const Layout* pLayout, const RenderContext
|
||||
// assume that the direct parent is a panel
|
||||
ostr << "new Ext.Panel({border:false,bodyBorder:false,";
|
||||
ostr << "id:'" << pLayout->id() << "',";
|
||||
if (!pLayout->isVisible())
|
||||
ostr << "hidden:true,";
|
||||
renderParameters(pLayout, context, ostr, layoutId, layoutConfig, cols, horPad, vertPad);
|
||||
ostr << "})";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user