[pmwiki-users] table issue

Patrick R. Michaud pmichaud at pobox.com
Thu May 10 08:50:46 CDT 2007


On Thu, May 10, 2007 at 03:26:15PM +0200, noskule wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> hi list
> 
> I'm building a pagelist and stuck with the problem that I cant find a
> way to ad an id attribute to a tr with the pmwiki table syntax.

At present there's not a way to add attributes to <tr> elements.
It might be achievable with a wikistyle, however.  Set:

    $WikiStyleApply['tr'] = 'tr';

and then in the table you might be able to do:

    (:cellnr:) %id=display-none-block apply=tr%

I haven't tried this, so I don't know if it works.

Pm



More information about the pmwiki-users mailing list