Fórum

How to change collapsible fieldset arrow ?

Robert Meissner, modificado 7 Anos atrás.

How to change collapsible fieldset arrow ?

Junior Member Postagens: 76 Data de Entrada: 26/02/15 Postagens Recentes
In my fieldset-group

<aui:fieldset-group markupview="lexicon">
    <aui:fieldset collapsible="true" label="basic-data"></aui:fieldset></aui:fieldset-group>


the icon is alway "lexicon-icon-angle-down". How do i change it to another icon, e.g. "icon-circle-arrow-down" ?

Thanks in advance.
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: How to change collapsible fieldset arrow ?

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
Across the board? For that you'd need to apply a JSP hook.

For an individual panel? I'd suggest doing it w/ CSS or JS.
Robert Meissner, modificado 7 Anos atrás.

RE: How to change collapsible fieldset arrow ?

Junior Member Postagens: 76 Data de Entrada: 26/02/15 Postagens Recentes
Thanks for the quick response. Would you also use a JSP hook for the back-arrow of <liferay-ui:header title="edit-data" /> ? (across the board)
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: How to change collapsible fieldset arrow ?

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
The tag html is part of portal-web, so you'd have to do a JSP hook to replace the existing JSP file with your custom one with your change.

But this is an across-the-board change since you're replacing the JSP.