t.sriram
20 Aug 2009, 11:05 PM
Hi,
I'm using Ext.nd 2x.
I've this code written in the JS Header of a form.
var ExtndApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: ''},
uiView : {viewName: 'myView', viewTitle : 'Docs'
}
});
} // init
} // return
}();
Ext.onReady(ExtndApp.init, ExtndApp, true);
I can get it fine in FireFox/Google Chrome. But the documents in the view are not displayed in IE. Am i missing anything?
Thanks.
I'm using Ext.nd 2x.
I've this code written in the JS Header of a form.
var ExtndApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: ''},
uiView : {viewName: 'myView', viewTitle : 'Docs'
}
});
} // init
} // return
}();
Ext.onReady(ExtndApp.init, ExtndApp, true);
I can get it fine in FireFox/Google Chrome. But the documents in the view are not displayed in IE. Am i missing anything?
Thanks.