-
Button icon of Form Action bar can not display in IE
Button icon of Form Action bar can not display in IE
Hi,
I use ext.nd3 verion.
When I created a new form, the button icon of form can not display in IE browser, but it work in firefox and chrome.
I have check domino server console, i find URL link of these images are wrong.
Any suggestion are appreciates.
"2011/12/15 PM 05:09:21 HTTP Web Server: Invalid URL Exception [/TestExt3.nsf/http:/AAA.BBB.com:8088/TestExt3.nsf/Down?OpenImageResource]"
"2011/12/15 PM 05:09:21 HTTP Web Server: Couldn't find design note - http:/AAA.BBB.com:8088/icons/actn117.gif [/TestExt3.nsf/http:/AAA.BBB.com:8088/icons/actn117.gif]"
"2011/12/15 PM 05:09:21 HTTP Web Server: Couldn't find design note - http:/AAA.BBB.com:8088/icons/actn007.gif [/TestExt3.nsf/http:/AAA.BBB.com:8088/icons/actn007.gif]"
chrome browser.pngIE browser.png
-
I have set createActionFrom property.
I have set createActionFrom property.
I have use subform and button(hidewhen formulas), so I have set createActionFrom property.
if (typeof Ext !== 'undefined') {
Ext.onReady(function() {
var uidoc = new Ext.nd.UIDocument({
autoScroll : true,
createActionsFrom : 'document',
standardSubmit : true // default is false
});
uidoc.render();
});
} else {
alert("Ext is not loaded on this page/form");
}
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us