[opencms-dev] version 8.5 formatter problem
Víctor Martín
venosov at gmail.com
Tue Oct 9 10:10:55 CEST 2012
Hi, I have a workaround:
<%@page buffer="none" session="false" taglibs="cms"%>
<cms:formatter var="content" val="value">
<div *style="height: 24px;"*>
<div>${value.Title}</div>
</div>
</cms:formatter>
It doesn't work with less pixels.
2012/10/2 Víctor Martín <venosov at gmail.com>
> Hi, there is a big problem with the migration, if you have a simple
> formatter like:
>
> <%@page buffer="none" session="false" taglibs="cms"%>
> <cms:formatter var="content" val="value">
> <div>
> <div>${value.Title}</div>
> </div>
> </cms:formatter>
>
> you won't see the symbol to edit that string in ADE with v8.5 (in 8.0.4 it
> works, Title is a OpenCmsString), but if you change to:
>
> <h2>${value.Title}</h2>
>
> it'll work, any suggestions? Thanks in advance.
>
> The same case for span --> h2
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20121009/591a0b7f/attachment.htm>
More information about the opencms-dev
mailing list