Hi Niklas,
Thanks for you help on Friday morning, much appreciated
The view is now displaying correctly but no document is displayed, I get error 'content is null'
if (docToBeOpened) content.innerHTML = ""; on line 337 in mobilecontrols.js
Any ideas, what is wrong. It happens on both ViewAndDocument.xsp & ViewAndDocumentDemo.xsp
For everyone elses benefit.Niklas debugging resulted in the following 2 changes:
in mInitialize.xsp line 23 change dojo.parser.parse(); to dojox.mobile.parser.parse();
in mobilecontrols.js line 252 change dojo.parser.parse(newdiv); to dojox.mobile.parser.parse(newdiv);
Regards Arshad