[Xsltforms-support] title attribute of HTML option
Brought to you by:
alain-couthures
From: Ruslan F. <fo...@gm...> - 2011-09-05 08:01:01
|
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 |