1.<rich:inplaceInput>
value属性指定会取代defaultLabel
showControl="true"时候, controlsVerticalPosition可设control位置(left,right,center)controlsVerticalPosition( bottom, center, and top))
2.<rich:suggestionbox>
you are using <h:column> here. The suggestion box component pop-up menu works just like a data table. You have also specified a var attribute to display each record from the collection.
fetchValue属性可以指定显示内容
minChars属性最小输入字符生效模糊查询
nothingLabel属性没有符合条件的默认值
value属性指定会取代defaultLabel
showControl="true"时候, controlsVerticalPosition可设control位置(left,right,center)controlsVerticalPosition( bottom, center, and top))
2.<rich:suggestionbox>
you are using <h:column> here. The suggestion box component pop-up menu works just like a data table. You have also specified a var attribute to display each record from the collection.
fetchValue属性可以指定显示内容
minChars属性最小输入字符生效模糊查询
nothingLabel属性没有符合条件的默认值