Re: [Templates] HTML Plugin - value-less options (e.g. CHECKED, MULTIPLE)

2010-03-19 Thread E R
Thanks - that definitely will work. On Thu, Mar 18, 2010 at 3:51 PM, Oleg Kostyuk wrote: > By XHTML, you should: > > 1) use lowercased names for tags > 2) use "... option='option' ..." syntax > > So, finaly you should get: > > > > >     >     >     >     >     > > > > -- >

Re: [Templates] HTML Plugin - value-less options (e.g. CHECKED, MULTIPLE)

2010-03-18 Thread Oleg Kostyuk
By XHTML, you should: 1) use lowercased names for tags 2) use "... option='option' ..." syntax So, finaly you should get: -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) ___ templates mailing list templa

[Templates] HTML Plugin - value-less options (e.g. CHECKED, MULTIPLE)

2010-03-18 Thread E R
Hi, With the HTML plugin, is there a way to specify options which do not take a value? E.g.: or 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", { N