随笔分类 - JSF
jsf richFaces
摘要:jQuery选择器选择器 实例 选取* $("*") 所有元素#id $("#lastname") id="lastname"的元素.class $(".intro") 所有class="intro"的元素element $("p") 所有元素.class.class $(".intro.demo") 所有class="intro"且class="demo"的元素:first $("p:first"
阅读全文
摘要:有许多有用的函数,可以在JavaScript使用 : rich:clientId('id') -返回短ID形式的客户ID或如果指定的ID的组件没有找到就返回NULL rich:element('id') – 是document.getElementById(#{rich:clientId('id')})的引用。 rich:component('id') –是#{rich:clientId('id')}.component的引用 rich:findComponent('id') -返回的一个以
阅读全文

浙公网安备 33010602011771号