- 1、本文档共4页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Richfaces标签相关
Richfaces标签相关
rich:componentControl 标签和
rich:ModolPanel标签
效果:当点击页面中的某元素时,弹出一个类似关机效果的面板。
inputNumberSlider 输入数字滑竿
Panel:
带标题栏的panel
它可以通过h:fecter标签指定标题和底部。
示例:
rich:modalPanel id=panel width=350 height=100
f:facet name=header
h:panelGroup
h:outputText value=Modal Panel/h:outputText
/h:panelGroup
/f:facet
f:facet name=controls
h:panelGroup
h:graphicImage value=/images/modal/close.png style=cursor:pointer id=hidelink/
rich:componentControl for=panel attachTo=hidelink operation=hide event=onclick/
/h:panelGroup
/f:facet
h:outputText value=This panel is called using Component Control Component/h:outputText
br/
h:outputText value=Closure link (X) works also through Component Control/h:outputText
/rich:modalPanel
h:outputLink value=# id=link
Show Modal Panel
rich:componentControl for=panel attachTo=link operation=show event=onclick/
/h:outputLink
*************************************************************************************
PanelBar:
效果说明:该控件可以实现多个面板的折叠效果,在每个面板的数据区域可以放入任何JSF标签。并且面板的标题可以设定。
rich:panelBar height=400 width=500
rich:panelBarItem label=Write your own custom rich components with built-in AJAX support
Component Development Kit (CDK) is a design-time extension for Ajax4jsf. The CDK includes
/rich:panelBarItem
rich:panelBarItem label=Package resources with the applications Java classes
In addition to its core, Ajax functionality of Ajax4jsf provides an advanced
support for the diff
/rich:panelBarItem
rich:panelBarItem label=Easily generate images on-the-fly
Resource framework can generate images on-the-fly so that it becomes possible
to create images using the familiar approach of the Java graphic2D library.
/rich:panelBarItem
/ric
文档评论(0)