Modifications pour le document Parent-Child Live Table
Modifié par Ricardo Julio Rodríguez Fernández le 2024/09/04 06:34
Depuis la version 6.1
modifié par Ricardo Julio Rodríguez Fernández
sur 2024/09/02 23:23
sur 2024/09/02 23:23
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 4.1
modifié par Ricardo Julio Rodríguez Fernández
sur 2024/08/23 22:55
sur 2024/08/23 22:55
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,6 +1,2 @@ 1 1 {{parentschildrenlivetable space="CustomExtension/TopPanelMenu/Content"/}} 2 2 3 - 4 -{{velocity}} 5 -Your username is $xcontext.getUser(), welcome to the page. 6 -{{/velocity}}
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,0 +1,37 @@ 1 +#hierarchy { 2 + display:none; 3 +} 4 + 5 +#hierarchy_breadcrumb { 6 + display:none; 7 +} 8 + 9 +.row.document-header { 10 + display:none; 11 +} 12 + 13 +.main hr {display:none;} 14 + 15 +#xwikidata { 16 + display:none; 17 +} 18 + 19 +#xdocFooter { 20 + display:none; 21 +} 22 + 23 +.xdocLastModification { 24 + display:none; 25 +} 26 + 27 +.document-menu { 28 + display:none; 29 +} 30 + 31 +#document-title h1 { 32 + display:none; 33 +} 34 + 35 +#xwikipaneltitle h2 { 36 + display:none; 37 +}