[ic] [item-options] tag

Mike Heins interchange-users@icdevgroup.org
Wed Oct 23 23:19:01 2002


Quoting Matthew Villa (matt@1percent.com):
> I was wondering if there's any way to configure the item-options tag to
> return a <br> tag or to create a separate table row per option?
> 
> The default code that comes with the IC foundation places all the
> different options on the same table column. I rather it be on a separate
> line. Here is  a snippet of the code I'm using:
> 
>         [if-item-data options o_enable]
>             [if-item-data !options o_modular]
>                 [table-organize cols=4 table=' ' font="size=1" pretty=1]
>                     [item-options td=1 label=1 bold=1 price=1
> type=radio]
>                 [/table-organize]
>             [/if-item-data]
>         [/if-item-data]

You need type=radio_right_5 or some such. That will organize the radios
into a table of their own, I believe.

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.513.523.7621      <mike@perusion.com>

Software axiom: Lack of speed kills.