掲示板

display terms search

thumbnail
11年前 に Behzad Gadimi によって更新されました。

display terms search

Junior Member 投稿: 36 参加年月日: 11/03/08 最新の投稿
Hi,
in order to search inside the search container rows, what I need ?

I look at enterprise admin example and I don't understand some of them,
what is searchContainer and displayTerms in here and what they do?

<%
BookSearch searchContainer = (BookSearch)request.getAttribute("liferay-ui:search:searchContainer");

BookDisplayTerms displayTerms = (BookDisplayTerms)searchContainer.getDisplayTerms();
%>

<span class="aui-search-bar lfr-display-terms-search">
<aui:input inlineField="<%= true %>" label="" name="<%= displayTerms.TITLE %>" size="30" type="text" value="<%= displayTerms.getTitle() %>" />

<aui:button type="submit" value="search" />
</span>
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: display terms search

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Have you read the following wiki page?

http://www.liferay.com/community/wiki/-/wiki/Main/SearchContainer
thumbnail
11年前 に Behzad Gadimi によって更新されました。

RE: display terms search

Junior Member 投稿: 36 参加年月日: 11/03/08 最新の投稿
yes,
but it doesn't say anything about the searchTerms,
what is it and where the h - - l did it come from?