rich:componentControl richfacesBlogHTML
程序员文章站
2022-07-15 16:43:11
...
转
http://hi.baidu.com/lvsiquan/blog/item/639a9189ce2d3fb90f2444ba.html
<rich:modalPanel id="deleteMsgPanel" top="120px" left="250px" height="152" width="342" autosized="true">
<div class="panel-content">
<span class="panel-header">系统提示</span>
<p class="panel-text">您选择的该条记录删除后将无法恢复,请确认是否删除!</p>
<p class="panel-button">
<h:commandButton id="deleteOk" action="#{testVoucherBean.deleteData}" value="确 定" /> <rich:componentControl
for="deleteMsgPanel" attachTo="deleteOk" operation="hide"
event="onclick" />
<input id="deleteCancel" class="button" type="button" value="取 消" />
<rich:componentControl
for="deleteMsgPanel" attachTo="deleteCancel" operation="hide"
event="onclick" /></p>
</div>
</rich:modalPanel>
rich:componentControl应是用来关闭rich:modalPanel的。至于rich:modalPanel使用时的注意事项,网上很多,不赘述。
http://john521.iteye.com/blog/493945 介绍richfaces 经典记录
http://hi.baidu.com/lvsiquan/blog/item/639a9189ce2d3fb90f2444ba.html
<rich:modalPanel id="deleteMsgPanel" top="120px" left="250px" height="152" width="342" autosized="true">
<div class="panel-content">
<span class="panel-header">系统提示</span>
<p class="panel-text">您选择的该条记录删除后将无法恢复,请确认是否删除!</p>
<p class="panel-button">
<h:commandButton id="deleteOk" action="#{testVoucherBean.deleteData}" value="确 定" /> <rich:componentControl
for="deleteMsgPanel" attachTo="deleteOk" operation="hide"
event="onclick" />
<input id="deleteCancel" class="button" type="button" value="取 消" />
<rich:componentControl
for="deleteMsgPanel" attachTo="deleteCancel" operation="hide"
event="onclick" /></p>
</div>
</rich:modalPanel>
rich:componentControl应是用来关闭rich:modalPanel的。至于rich:modalPanel使用时的注意事项,网上很多,不赘述。
http://john521.iteye.com/blog/493945 介绍richfaces 经典记录
上一篇: Cmake记录
推荐阅读
-
python3+PyQt5 实现Rich文本的行编辑方法
-
python3+PyQt5 实现Rich文本的行编辑方法
-
深入理解TextView实现Rich Text--在同一个TextView设置不同字体风格
-
AJAX FCKEditor Rich Editor整合篇第1/2页
-
详解小程序rich-text对富文本支持方案
-
微信小程序rich-text富文本用法实例分析
-
小程序rich-text组件如何改变内部img图片样式的方法
-
深入理解TextView实现Rich Text--在同一个TextView设置不同字体风格
-
详解小程序rich-text对富文本支持方案
-
【hdu5527】【2015ACM/ICPC亚洲区长春站 】Too Rich