
Richfaces
文章平均质量分 50
lmbb1945
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PracticalRichfaces_chap2要点
chap21. has a special attribute called ajaxRendered, and when set to true, it will indicate that all components inside will always be rerendered.chap31.Because attaches to the parent event ha...原创 2009-08-21 14:55:19 · 111 阅读 · 0 评论 -
PracticalRichfaces_chap4要点
chp41. eventsQueue属性In other words, any subsequent request put into the queue will abort the earlier one that hasn’t been sent yet.(头一次输入一个字,后面在等待队列事件时候输入了八个字,等第一个请求come back后8个字为一个队列)2. reque...原创 2009-08-25 09:19:26 · 123 阅读 · 0 评论 -
PracticalRichfaces_chap5要点(Input组件)
1. value属性指定会取代defaultLabel showControl="true"时候, controlsVerticalPosition可设control位置(left,right,center)controlsVerticalPosition( bottom, center, and top))2. you are using here. The...原创 2009-08-26 11:49:16 · 151 阅读 · 0 评论 -
PracticalRichfaces_chap7要点
chp71.Also, don’t forget you can use , which doesn’t produce any markup at all. The following code.2.Both and breakBefore="true" provide the same functionality.原创 2009-08-31 09:37:50 · 102 阅读 · 0 评论 -
PracticalRichfaces_chap8要点
1....private String [] fruitsList = new String [] {"apple", "grapes"};那"apple", "grapes"初始化的将出现在控制list右边控制控件功能键名称 copyAllControlLabel copyControlLabel removeControlLabel...原创 2009-08-31 09:41:07 · 99 阅读 · 0 评论 -
PracticalRichfaces_chap10要点
1. frozenColCount属性最左边固定不随滚动条动 sortMode属性:single和multi排序列还是多列原创 2009-09-01 11:58:43 · 98 阅读 · 0 评论