0 Votes

Changes for page MyWiki

Last modified by Ryan C on 2025/05/14 13:49

From version 11.1
edited by Ryan C
on 2025/04/28 07:29
Change comment: There is no comment for this version
To version 14.1
edited by Ryan C
on 2025/04/28 07:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -471,28 +471,23 @@
471 471  {{/example}}
472 472  
473 473  == View File Macro ==
474 +The View File macro shows a file viewer for an attached file.
474 474  
475 -The View File macro shows a file viewer.
476 +{{example}} {{view-file name="MyAttachedFile.pdf"/}} {{/example}}
476 476  
477 -{{example}}
478 -{{view-file reference="Space.Page@file.pdf"/}}
479 -{{/example}}
480 -
481 481  == UI Extension Macro ==
479 +The UIExtension macro injects UI elements into extension points.
482 482  
483 -The UIExtension macro injects UI elements.
481 +{{example}} {{uiextension extensionPointId="org.xwiki.platform.panels"/}} {{/example}}
484 484  
485 -{{example}}
486 -{{uiextension extensionPointId="org.xwiki.platform.template.header.after"/}}
487 -{{/example}}
488 -
489 489  == UI Extensions Macro ==
484 +The UIExtensions macro lists UI extensions for a given extension point.
490 490  
491 -The UIExtensions macro lists UI extensions.
486 +{{example}} {{uiextensions extensionpoint="org.xwiki.platform.panels"/}} {{/example}}
492 492  
493 -{{example}}
494 -{{uiextensions/}}
495 -{{/example}}
496 496  
497 497  
498 498  
491 +
492 +
493 +