27 Mar
2006
27 Mar
'06
11:11 p.m.
<tal:repeat repeat="group groups/existing/high"> <option tal:define="js_arg python:sp_info[group];" tal:content="group" tal:attributes="onmouseover string:doTooltip(event, '${js_arg}/common_name}')" onmouseout="hideTip()"> </option> </tal:repeat> The <tal:repeat> tags are to make sure the order of TAL operations works properly with the tal:define being done *after* the tal:repeat. Hope this helps. Ross