How can I set colspan and rowspan in JSF ?
colspan
rowspan
Assume
a message resource file with two entries:
key.row= key.gt=> row.xhtml then, for example Hello!!!!! Prints a table with 3 rows: r1-c1, r1-c2 , r1-c3 3 blank cells a cell aligned center, having colspan 3 and containing a hello div. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
key.gt=> row.xhtml then, for example Hello!!!!! Prints a table with 3 rows: r1-c1, r1-c2 , r1-c3 3 blank cells a cell aligned center, having colspan 3 and containing a hello div. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
>
row.xhtml
then, for example
Hello!!!!!
Prints a table with 3 rows:
r1-c1, r1-c2 , r1-c3
3 blank cells
a cell aligned center, having colspan 3 and containing a hello div.