Hi I'd like to be able to add a simple
text control to the builder, which can have markup in its label (if we
use this now, it gets escaped and shows literally).
Would this be possible? (in 3.9.1.PE) Sincerely, Koen Vanderkimpen Research/Recherche/Onderzoek Connect: "there are two hard things in computer science: cache invalidation, naming things, and off-by-one errors" (Phil Karlton et al) -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Koen,
What the builder does when editing labels is simply modifying resources in the fr-resources instance. Right now, if you insert the text output control, you get: <xforms:output id="control-2-control" bind="control-2-bind">
<xforms:label ref="$form-resources/control-2/label"/> </xforms:output> If instead you have a component which generates:
<xforms:output id="control-2-control" bind="control-2-bind"> <xforms:label><xforms:output mediatype="text/html" ref="$form-resources/control-2/label"/></xforms:label>
</xforms:output> Things should work (except the HTML markup won't work in the builder with 3.9, but it should with 4.0). -Erik
On Mon, Oct 15, 2012 at 5:15 AM, <[hidden email]> wrote: Hi I'd like to be able to add a simple text control to the builder, which can have markup in its label (if we use this now, it gets escaped and shows literally). -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |