Foros de discusión

Open in new window for liferay-ui search-container?

thumbnail
Cameron McBride, modificado hace 12 años.

Open in new window for liferay-ui search-container?

Expert Mensajes: 269 Fecha de incorporación: 8/02/11 Mensajes recientes
<liferay-ui:search-container-column-text> - Text column
name - Name of the column
value - Value of the column
href - the text in this coulmn will be a link the this URL
orderable - allows the user to order the list of items by this column:</liferay-ui:search-container-column-text>

I see how to make the column a list but is it possible for those links to open up in a new window?
thumbnail
Ravi Kumar Gupta, modificado hace 12 años.

RE: Open in new window for liferay-ui search-container?

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes
See this link http://www.liferay.com/community/wiki/-/wiki/1071674/Pagination+in+Liferay

In this see how a column is formed like this..

<liferay-ui:search-container-column-text name="HOSPITAL">
            <a href="<portlet:actionURL>
                                    <portlet:param name=" action" value="edit"></a>
                                    <portlet:param name="entity" value="hospital" />
                                    <portlet:param name="hospitalid" value="<%= String.valueOf(hospital.getId()) %>" />
                                "&gt;&lt;%= name %&gt;
        </liferay-ui:search-container-column-text>


Can you try adding target="_blank" in <a> emoticon
venka reddy, modificado hace 12 años.

RE: Open in new window for liferay-ui search-container?

Regular Member Mensajes: 231 Fecha de incorporación: 23/03/11 Mensajes recientes
How we can implement Orderable in searchContainer??
thumbnail
Ravi Kumar Gupta, modificado hace 12 años.

RE: Open in new window for liferay-ui search-container?

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes