org.zkoss.zk.ui.EmulateIE7"
From Documentation
Robertwenzel (talk | contribs) m |
|||
Line 7: | Line 7: | ||
Default: false | Default: false | ||
[since 5.0.2] | [since 5.0.2] | ||
+ | [dropped in 9.0] | ||
It specifies if we can make Internet Explorer 8 running in IE7 compatible mode. This can be used if some of your JavaScript code doesn't work well in IE8. | It specifies if we can make Internet Explorer 8 running in IE7 compatible mode. This can be used if some of your JavaScript code doesn't work well in IE8. |
Revision as of 10:40, 3 September 2019
Property:
org.zkoss.zk.ui.EmulateIE7
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false [since 5.0.2] [dropped in 9.0]
It specifies if we can make Internet Explorer 8 running in IE7 compatible mode. This can be used if some of your JavaScript code doesn't work well in IE8.
For more information, please refer to MSDN: Introducing IE=EmulateIE7.