emulateIE7标签用于使IE8浏览器兼容IE7浏览器的模式(IE8会使用“IE7兼容模式”来浏览页面)。
表 34.6. 构件信息
| Component Type | org.operamasks.faces.misc.EmulateIE7 |
| Component Family | org.operamasks.faces.misc.EmulateIE7 |
| Component Class | org.operamasks.faces.component.misc.UIEmulateIE7 |
| Tag Class | org.operamasks.faces.webapp.misc.EmulateIE7Tag |
+java.lang.Object
++javax.faces.component.UIComponent
+++javax.faces.component.UIComponentBase
++++org.operamasks.faces.component.misc.UIEmulateIE7
表 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。 | ||||