Confirmation Box API
Last modified by Manuel Leduc on 2026/05/11 17:21
Content
Reference
Constructor
The documentation of the constructor can be found in the corresponding legacy documentation page.
XWiki 17.10.9+, 18.4.0+
textContentFormat()
Indicates how the textContent parameter is interpreted by XWiki.widgets.ConfirmationBox.
Callers can check for the presence of this method to decide whether to escape their input:
- When this method is available, the textContent parameter is treated as plain text and must not be escaped.
- When this method is missing (before 18.4.0RC1/17.10.9), the textContent parameter is interpreted as HTML and may need to be escaped.
The returned value is always the "plain" string.