Re: [Xsltforms-support] title attribute of HTML option
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2011-09-05 21:07:00
|
Hello, I'm not sure that the title attribute is well supported by every browser. Generating it with XSLTForms needs to change the XSLT stylesheet (xsl:template match="xforms:item"). -Alain Le 05/09/2011 10:00, Ruslan Forostyanov a écrit : > Hi guys! > I have select1/itemset/label/value xform structure. > What is the best way to get title attribute in generated select option. > > <select class="xforms-value"> > <option id="xf-itemset-0" value="1" title="ORIGINAL TEXT HERE">CUTTED > TEXT HERE...</option> > <option id="clonedId0" cloned="true" oldid="xf-itemset-0" > value="2">2</option> > ... > </select> > > Ruslan > |