Conditional Document Elements: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2025

10 April 2025

  • curprev 03:3503:35, 10 April 2025Admin talk contribs 616 bytes +616 Created page with "==== Features Added ==== * You can add "render" attribute to any html element to evaluate whether or not that element needs to be displayed. * You can access the element itself and the context object inside of your evaluation ==== Testing and Validation ==== # Create a new template document # Add any element/text # Edit the source of the document # Add a "render" attribute with a conditional statement Example: <code>return 1 == 1;</code>or <code>return contextObject =..." Tag: Visual edit