Greeens
24 Apr 2007, 6:29 AM
Hi,
I'm using the messageBox but seems like there's a minimum width set for the messsage box that I cannot set the width under a certain amount of size
function createMessage(item, e) {
Ext.MessageBox.show({
title: 'New Entity',
msg: 'Entity Name:',
width:30,
buttons: Ext.MessageBox.OKCANCEL,
prompt: true,
multiline: false,
fn: showResultText
});
I can't set the width to 30.
Another quesiton:
How would I change the icon image of a tree?
If anyone can answer any of my question would be great!!
Thanks for all of your help!
I'm using the messageBox but seems like there's a minimum width set for the messsage box that I cannot set the width under a certain amount of size
function createMessage(item, e) {
Ext.MessageBox.show({
title: 'New Entity',
msg: 'Entity Name:',
width:30,
buttons: Ext.MessageBox.OKCANCEL,
prompt: true,
multiline: false,
fn: showResultText
});
I can't set the width to 30.
Another quesiton:
How would I change the icon image of a tree?
If anyone can answer any of my question would be great!!
Thanks for all of your help!