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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -