How to enable browser compatibility using ZK ?
Hi rohitwadke,
the IE8 Compatibility view will cause some UI of ZK broken , why do you need Compatibility view?
Hello as1225,
Thankx for the reply, I need IE8 compatibility view because my clients from some engineering side because of that they are having very poor knowledge of computer applications. They even don't know there are some other browsers rather than IF. Its strange but I have to accept it. Because of this I need to enable the browser compatibility view automatically while loading in progress.
I did dome thing like <?meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7"?>
OK,
But ZK cannot decide the compatibility view,
It was depend on HTML and the meta you mentioned,
You can find the intro document by google.
how can ZK disable the compatibility view?
any sample?
Thanks!!!!
Hi ec,
It depends on IE, please refer to the following link:
http://msdn.microsoft.com/en-us/library/ff955410%28v=VS.85%29.aspx
ZK - Open Source Ajax Java Framework
Hello All,
I am intermediate to j2ee based development using ZK. I am developing one website using ZK but recently I found one issue using zk based development is that It won't automatically enable the Compatibility view for IE8 and below browsers. I need to have some configuration or
some code or setting which will automatically enable the compatibility view mode while loading the application at client machine.
Thank you in advance.