Changes for page Parent-Child Live Table

Last modified by Ricardo Julio Rodríguez Fernández on 2024/09/04 06:34

From version 3.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/08/23 22:54
Change comment: There is no comment for this version
To version 11.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/09/03 22:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,8 @@
1 -{{parentschildrenlivetable space="CustomExtension/TopPanelMenu/Content"/}}
1 +{{parentschildrenlivetable space="Main"/}}
2 2  
3 3  {{velocity}}
4 -$hasAdmin
5 -$hasProgramming
6 -$doc
7 -$doc != $NULL
4 +Your username is $xcontext.getUser(), welcome to the page.
5 +As per [[Scripting>>https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/]] under Developer Guide...
6 +Have Admin? $hasAdmin
7 +Have Programming? $hasProgramming
8 8  {{/velocity}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,37 +1,0 @@
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 -}