Hello Kai, In Xafari x06 we have created special template XafariDefaultTemplateContent for web application. For using ARMs you should add XafariDefaultTemplateContent to your application (see attached file XafariTemplate.png) and since version x06 you don’t have to add any custom code in this template. And also you have to change in Global.asax.cs (WebApplication instead of WebWindowTemplateHttpHandler): Protected Sub Session_Start(sender As [Object], e As EventArgs)
...
WebApplication.Instance.Settings.DefaultTemplateContentPath = "~/XafariDefaultTemplateContent.ascx"
WebApplication.PreferredApplicationWindowTemplateType = TemplateType.Horizontal
...
End Sub |
We are going to fix documentation soon. Thank you for using Xafari. Please let me know if you need further assistance. Regards, Sasha Follow us on Facebook http://www.facebook.com/XafariFramework |