On Mon, Jun 7, 2010 at 16:20, Sales, G. (Grant) <Grant.Sales(a)us.ing.com> wrote:
  How can I make row spanning in the xwiki syntax?
 I know tables are
 |=Heading | cell 1,2  | cell 1, 3
 |=Heading | cell 2, 2 | cell 2, 3
 |=Heading | cell 3, 2 | cell 3, 3
 But how can I make the heading be col spanning. Or a row be row
 spanning.
 |               | cell 1,2  | cell 1, 3
 |=Heading | cell 2, 2 | cell 2, 3
 |               | cell 3, 2 | cell 3, 3
 Or
 |              |= Heading1|
 | cell 1, 2  | cell 2, 2    | cell 2, 3
 | cell 1, 3  | cell 3, 2    | cell 3, 3 
The quick answer is you can't do that in pure syntax.
But as many syntax elements, tables row/cells support custom
parameters so you can use xhtml colspan and rowspan attributes.
|=(% rowspan="3" %)Heading | cell 1,2  | cell 1, 3
| cell 2, 2 | cell 2, 3
| cell 3, 2 | cell 3, 3
 Grant Sales
 Security Operations Analyst
 ING
 20 Washington Ave South
 Minneapolis, MN 55401
 Tel: 612.342.7889
 Fax: 612.342.3428
 Cell: 320.761.0966
 Email: grant.sales(a)us.ing.com
 
www.ing-usa.com
 ING. Your future. Made easier. (r)
 ---------------------------------------------------------
 NOTICE: The information contained in this electronic mail message is confidential and
intended only for certain recipients.  If you are not an intended recipient, you are
hereby notified that any disclosure, reproduction, distribution or other use of this
communication and any attachments is strictly prohibited.  If you have received this
communication in error, please notify the sender by reply transmission and delete the
message without copying or disclosing it.
============================================================================================
 _______________________________________________
 devs mailing list
 devs(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/devs
 
--
Thomas Mortagne