Fórum

liferay-ui:panel

Madhuri Sharma, modificado 12 Anos atrás.

liferay-ui:panel

Junior Member Postagens: 50 Data de Entrada: 19/10/11 Postagens Recentes
Hello,
I would like to use lifery-ui:panel-container and liferay-ui:panel in a portlet.
Is there any documentation or any example about that? It's not very clear how to use them !


Thanks
Madhuri
thumbnail
jaid shaik, modificado 12 Anos atrás.

RE: liferay-ui:panel

Regular Member Postagens: 171 Data de Entrada: 08/10/10 Postagens Recentes
Hi Madhuri,

go through this link
thumbnail
Milen Dyankov, modificado 12 Anos atrás.

RE: liferay-ui:panel

Regular Member Postagens: 171 Data de Entrada: 23/09/09 Postagens Recentes
Wow, good to see my simple demo portlet available online.

Just to complement the provided information:
Madhuri Sharma, modificado 12 Anos atrás.

RE: liferay-ui:panel

Junior Member Postagens: 50 Data de Entrada: 19/10/11 Postagens Recentes
Hello,
Thanks for quick reply. But when i am adding this code
<liferay-ui:panel-container id="panel-container-1" extended="true" accordion="true" >
<liferay-ui:panel id="panel-c1" title="Panel 1" collapsible="true" extended="true" >
Test panel
</liferay-ui:panel>
<liferay-ui:panel id="panel-c2" title="Panel 2" collapsible="true" extended="false" >
Test panel
</liferay-ui:panel>
</liferay-ui:panel-container>

i got only text (Test panel, Test panel) please correct me . There is necessary to import any tag-lib file in the jsp page.



Thanks
Madhuri
thumbnail
Mayur Patel, modificado 12 Anos atrás.

RE: liferay-ui:panel

Expert Postagens: 358 Data de Entrada: 17/11/10 Postagens Recentes
Import below tag-lib in JSP Page,
&lt;%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %&gt;
Madhuri Sharma, modificado 12 Anos atrás.

RE: liferay-ui:panel

Junior Member Postagens: 50 Data de Entrada: 19/10/11 Postagens Recentes
Hello,
Mayur thanks for reply, have you use orbeon form builder Actually i am working on this i want to use it . I did install it war file in liferay and i got form runner potlet in it
but i am not getting it properlly after click on the save button. Please help me.




Thanks
Madhuri
thumbnail
Mayur Patel, modificado 12 Anos atrás.

RE: liferay-ui:panel

Expert Postagens: 358 Data de Entrada: 17/11/10 Postagens Recentes
Madhuri Sharma, modificado 12 Anos atrás.

form runner

Junior Member Postagens: 50 Data de Entrada: 19/10/11 Postagens Recentes
Hello
Mayur thanks for reply bt i also check these links i did ,
1. First i download orbeon-PE-Proxy-portlet war in liferay throuth upload manager .
2. After this i got orbeon form in as a portal and i also add the form runner on liferay .
3. When i click on preferences i got orbeon form preference.
4. But when i click on the save button i got an error "Form Runner is temporarily unavailable".

Please tell me where i am wrong.Please help me.

Thanks
Madhuri