PDA

View Full Version : how to remove "close" in dialog?



noname
29 Jun 2007, 3:43 AM
Hi all,

It's just a simple question.
I dont want to include a close and minimize icon in my dialog.(right corner on the top)

please tell me where it is specified.

Thanks.

evant
29 Jun 2007, 3:49 AM
Read the documentation:
http://extjs.com/deploy/ext/docs/output/Ext.BasicDialog.html#config-closable
http://extjs.com/deploy/ext/docs/output/Ext.BasicDialog.html#config-collapsible

noname
29 Jun 2007, 3:50 AM
I got it, just make closable:false, thanks everybody