orbeon - XForms: CSS for a label -


i need 1 word in label red. when have static text, works fine, can see here:

static label word in red

but want use in label value of control. trying with:

<xf:label value="concat('is name ', xxf:bind('control-1-bind'), ' ?')"/> 

but how can make imported value (control-1) red?

try following:

<xf:label mediatype="text/html">     name     <xh:span class="labas"><xf:output value="xxf:bind('control-1-bind')"/></xh:span>? </xf:label> 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -