table rowspan and colspan

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

table rowspan and colspan

Bèrto ëd Sèra
Hi!

is there any way to set the colspan and rowspan, when stating tabledata?

Thanks
Bèrto

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: table rowspan and colspan

Lukas Renggli
> is there any way to set the colspan and rowspan, when stating tabledata?

html tableData colSpan: 3; rowSpan: 2; with: 'foo'

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: table rowspan and colspan

Bèrto ëd Sèra
Thanks :)

2008/9/29 Lukas Renggli <[hidden email]>
> is there any way to set the colspan and rowspan, when stating tabledata?

html tableData colSpan: 3; rowSpan: 2; with: 'foo'

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside