Loading…
None
String updated in the repository |
|
None
Source string changed |
|
None
Source string changed |
|
Loading…
None
String updated in the repository |
|
None
Source string changed |
|
None
Source string changed |
|
== Tables ==
=== 1.0 Tables ===
Allows to easily create content in table format.
|=Feature|=XWiki Syntax 1.0|=Result
|Standard table|((({{{
{table}
Title 1 | Title 2
Word 1 | Word 2
{table}
}}})))|(((
|=Title 1|=Title 2
|Word 1|Word 2
)))
|Parametrized table|(((
<table style="background-color:red;text-align:center">
<tbody>
<tr>
<td>Title 1</td>
<td style="background-color:yellow">Title 2</td>
</tr>
<tr>
<td>Word 1</td>
<td>Word 2</td>
</tr>
</tbody>
</table>
)))|(((
(% style="background-color:red;text-align:center" %)
|=Title 1|=(% style="background-color:yellow" %)Title 2
|Word 1|Word 2
)))
|Filterable Sortable table|((({{{
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
<table id="table1id" class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Title 1</th>
<th>Title 2</th>
</tr>
<tr>
<td>Cell 11</td>
<td>Cell 12</td>
</tr>
<tr>
<td>Cell 21</td>
<td>Cell 22</td>
</tr>
</table>
}}}
{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}
)))|(((
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid sortable filterable doOddEven" id="table1id" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
)))
=== 2.0 Tables ===
Allows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}.
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Standard table|((({{{
|=Title 1|=Title 2
|Word 1|Word 2
}}}))) or ((({{{
!=Title 1!=Title 2
!!Word 1!!Word 2
}}})))|(((
|=Title 1|=Title 2
|Word 1|Word 2
)))
|Parametrized table|((({{{
(% style="background-color:red;text-align:center" %)
|=Title 1|=(% style="background-color:yellow" %)Title 2
|Word 1|Word 2
}}})))|(((
(% style="background-color:red;text-align:center" %)
|=Title 1|=(% style="background-color:yellow" %)Title 2
|Word 1|Word 2
)))
|Filterable Sortable table|((({{{
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
}}}
{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}
)))|(((
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
)))
== Tableaux ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 Tables ===
(% style="width: 99%;" %)
|=Fonctionnalité|=Syntaxe XWiki 1.0|=Résultat
|Tableau standard|((({{{
{table}
Titre 1 | Titre 2
Mot 1 | Mot 2
{table}
}}})))|(((
|=Titre 1|=Titre 2
|Mot 1|Mot 2
)))
|Tableau paramétré|(((
<table style="background-color: red;text-align:center">
<tbody>
<tr>
<td>Titre 1</td>
<td style="background-color: yellow">Titre 2</td>
</tr>
<tr>
<td>Mot 1</td>
<td>Mot 2</td>
</tr>
</tbody>
</table>
)))|(((
(% style="background-color: red;" %)
|=Titre 1|=(% style="background-color: yellow;" %)Titre 2
|Mot 1|Mot 2
)))
|Tableau filtrable et pouvant être trié|(((
{{{$xwiki.ssfx.use}}}
("js/xwiki/table/table.css")
$xwiki.jsfx.use
("js/xwiki/table/tablefilterNsort.js", true)
<table id="table1id"
class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Titre1</th>
<th>Titre2</th>
</tr>
<tr>
<td>Cellule11</td>
<td>Cellule12</td>
</tr>
<tr>
<td>Cellule21</td>
<td>Cellule22</td>
</tr>
</table>
)))|(((
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
{{html}}
<table id="table1id" class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Titre1</th>
<th>Titre2</th>
</tr>
<tr>
<td>Cellule11</td>
<td>Cellule12</td>
</tr>
<tr>
<td>Cellule21</td>
<td>Cellule22</td>
</tr>
</table>
{{/html}}
)))
=== 2.0 Tables ===
En syntaxe XWiki 2.0, il est également possible d'avoir des paramètres pour le tableau, la ligne ou la cellule.
|=Fonctionnalité|=Syntaxe XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Résultat
|Tableau standard|(((
{{{|=Titre 1|=Titre 2
|Mot 1|Mot 2}}}
)))ou(((
{{{!=Titre 1!=Titre 2
!!Mot 1!!Mot 2}}}
)))|(((
|=Titre 1|=Titre 2
|Mot 1|Mot 2
)))
|Tableau paramétré|(((
(% style="background-color: red;text-align:center" %)
~|=Titre 1|=~(% style="background-color: yellow" %)Titre 2
~|Mot 1|Mot 2
)))|(((
(% style="background-color: red;" %)
|=Titre 1|=(% style="background-color: yellow;" %)Titre 2
|Mot 1|Mot 2
)))
|Tableau filtrable et pouvant
être trié|(((
{{{{{velocity}}
$xwiki.ssfx.use}}}
{{{("js/xwiki/table/table.css")
$xwiki.jsfx.use}}}
{{{("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
{{html}}
<table id="tableid" }}}
{{{class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Titre1</th>
<th>Titre2</th>
</tr>
<tr>
<td>Cellule11</td>
<td>Cellule12</td>
</tr>
<tr>
<td>Cellule21</td>
<td>Cellule22</td>
</tr>
</table>
{{/html}}}}}
)))|(((
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
{{html}}
<table id="tableid" class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Titre1</th>
<th>Titre2</th>
</tr>
<tr>
<td>Cellule11</td>
<td>Cellule12</td>
</tr>
<tr>
<td>Cellule21</td>
<td>Cellule22</td>
</tr>
</table>
{{/html}}
)))