[ic] style or class in metadata for [display] tag

paul jordan interchange-users@icdevgroup.org
Fri Nov 22 11:40:00 2002


> On Thu, 21 Nov 2002 21:43:10 -0800
> paul jordan <paul@gishnetwork.com> wrote:
>
> > Hi list
> >
> > I was wondering if there was a way to set a style=".." or
> class=foo for
> > the [display] tag.
> >
> > If there is, it is not outwordly apparent. I am using
> 4.9.3. There is a
> > new field in mv_metadata called extended, but I don't
> believe that is
> > what it is for... it doesn't work, or I don't know the syntax.
> >
> > Here is one of my tags:
> >
> > [display table=billing column=status key="[scratch client]"]
> >
> > I simply want to apply this sort of style:
> >
> > style="font-size: 12px;"
> >
> > Any ideas? This is for an interface where space is a
> concern, so I need
> > to shrink up all my form stuff, which is no problem except
> when you want
> > the benifits of mv_metadata and [display]....
>
> Try extra='style="font-size: 12px;"'.
>
> Ciao
>           Racke

Thanks alot for this, it works great! However it does not work for he
date widget. I undestand if the the date widget was not designed to take
advantage of this.... I just wanted a confirm?

I have 4 date widgets on the page, and as I said space is a concern
since I am trying to emulate their current billing process. It wouldn't
be so bad if maybe I could at least get the month names to abbreviate.

Anyways, if the date widget was not designed for this, I may just use it
to output the code, then copy/paste it as a hard coded widget w/styles.

Anybody know if the date widget can duplicate the extra="foo" for all
three selects??

Paul