留言板

Row checker

Madasamy P,修改在6 年前。

Row checker

Junior Member 帖子: 90 加入日期: 16-7-27 最近的帖子
I want to set an rowChecker in last <liferay-ui:search-container-column-text> of <liferay-ui:search-container>
instead of first column
thumbnail
Tirth Timaniya,修改在5 年前。

RE: Row checker

New Member 帖子: 3 加入日期: 18-1-8 最近的帖子
You can do it by using <input> or <aui:inpput> or <liferay-ui:search-container searchContainer rowchecker="<%=rowChecker%>">

<liferay-ui:search-container-column-text>
<input type="checkbox" id="myCheckBoxIds" name="myCheckBoxes" value="<%= myObject.getMyId() %>" />
</liferay-ui:search-container-column-text>

OR

<liferay-ui:search-container
rowChecker="<%= new RowChecker(renderResponse) %>">