org.zkoss.zk.ui.EmulateIE7"
From Documentation
m ((via JWB)) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zk.ui.EmulateIE7 | org.zkoss.zk.ui.EmulateIE7 | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: false | Default: false | ||
− | + | {{versionSince|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. |
Latest revision as of 09:30, 14 March 2022
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.