Hi,
With the HTML plugin, is there a way to specify options which do not
take a value? E.g.:
<SELECT NAME="..." MULTIPLE SIZE=10>
or
<INPUT TYPE="CHECKBOX" ... CHECKED>
It seems that the attributes need to specified as a hash, so what
would be used for an attribute like MULTIPLE or CHECKED which doesn't
have a value associated with it?
HTML.element("SELECT", { NAME => "...", SIZE => 10, MULTIPLE => ???});
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates