admin管理员组文章数量:1356438
I am using an Ext.window.Window and i don't wanna the frame in my window.
The window has the property 'frameHeader' (true or false) but i change this and my window doesn't change anything..
What i can do to remove the window header ?
I am using an Ext.window.Window and i don't wanna the frame in my window.
The window has the property 'frameHeader' (true or false) but i change this and my window doesn't change anything..
What i can do to remove the window header ?
Share Improve this question asked Mar 26, 2012 at 11:09 Vítor NóbregaVítor Nóbrega 1,2134 gold badges26 silver badges53 bronze badges3 Answers
Reset to default 5Use property header
instead, like:
header: false
It will remove the header
There are couple options:
title: '',
frame: false,
If that's not something that you want - please provide a sketch of what result are you trying to achieve.
I think your looking for the preventHeader option. http://docs.sencha./ext-js/4-0/#!/api/Ext.window.Window-cfg-preventHeader
preventHeader: true
This will pletely disable the header though and will remove the ability to move/close the window.
本文标签: javascriptHow to remove frame header from a Window in ExtJSStack Overflow
版权声明:本文标题:javascript - How to remove frame header from a Window in ExtJS? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743973134a2570770.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论