34.4. <om:emulateIE7>

emulateIE7标签用于使IE8浏览器兼容IE7浏览器的模式(IE8会使用“IE7兼容模式”来浏览页面)。

34.4.1. 构件信息

表 34.6. 构件信息

Component Typeorg.operamasks.faces.misc.EmulateIE7
Component Familyorg.operamasks.faces.misc.EmulateIE7
Component Classorg.operamasks.faces.component.misc.UIEmulateIE7
Tag Classorg.operamasks.faces.webapp.misc.EmulateIE7Tag

继承体系

+java.lang.Object

++javax.faces.component.UIComponent

+++javax.faces.component.UIComponentBase

++++org.operamasks.faces.component.misc.UIEmulateIE7

34.4.2. 属性

表 34.7. 属性

binding 定义类 javax.faces.component.UIComponentBase
类型 javax.el.ValueExpression(javax.faces.component.UIComponent)
是否必须 延时求值
一个值表达式,用于把该组件链接到一个ManagedBean的某个属性。
id 定义类 javax.faces.component.UIComponentBase
类型 java.lang.String
是否必须 延时求值
这个组件的组件标识符。这个值在最近的命名容器类型的父组件范围内,必须是唯一的。
rendered 定义类 javax.faces.component.UIComponentBase
类型 boolean(boolean)
是否必须 延时求值
一个标志,指出该组件是否要在任何随后的form提交过程中被渲染或处理。 这个属性的缺省值是true。

34.4.3. 构件API

34.4.4. 示例