Arunair
19 Aug 2014, 4:41 AM
Hi,
Can 'itemId' of a component have space/blank characters included in the name.
For example,
var pButton = new Ext.button.Button({
xtype : 'button',
itemId : 'Phase Button',
text : 'Button'
});
Can 'itemId' of a component have space/blank characters included in the name.
For example,
var pButton = new Ext.button.Button({
xtype : 'button',
itemId : 'Phase Button',
text : 'Button'
});