Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » [Wikitext textile] table with thead and tbody
[Wikitext textile] table with thead and tbody [message #1386905] Sun, 22 June 2014 22:52
Patrick Bourges is currently offline Patrick BourgesFriend
Messages: 1
Registered: June 2014
Junior Member
Hi,

I want to write textile table with thead and tbody, in order to user the script jquery tablesorter http : //tablesorter.com/

I see an exemple in this page : http : //txstyle.org/doc/15/tables :

|^.
|_. First Header |_. Second Header |
|-.
| Content Cell | Content Cell |
| Content Cell | Content Cell |


produces

<table>
	<thead>
		<tr>
			<th>First Header </th>
			<th>Second Header </th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td> Content Cell </td>
			<td> Content Cell </td>
		</tr>
		<tr>
			<td> Content Cell </td>
			<td> Content Cell </td>
		</tr>
	</tbody>
</table>


in the CMS Textpattern

but the tags |^. and |-. seems not implemented in Mylin Wikitext.

Is it possible to have thead and tbody in wikitext tables ?

Thanks,

Patrick

Previous Topic:Task selector in status bare gone wild [solved]
Next Topic:[Wikitext] multipleOutputFiles on wikitext-to-html
Goto Forum:
  


Current Time: Thu Apr 25 01:24:17 GMT 2024

Powered by FUDForum. Page generated in 0.03462 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top