Actions

Translations

Plugins - advanced/118/ko: Revision history

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.

11 July 2024

  • curprev 09:0709:07, 11 July 2024Modernity4r talk contribs 334 bytes +334 Created page with "<syntaxhighlight lang="php"> <?php use LimeSurvey\Libraries\FormExtension\FormExtensionWidget; use LimeSurvey\Libraries\FormExtension\Inputs\DefaultBaseRenderer; ?> ... more HTML <?= FormExtensionWidget::render( App()->formExtensionService->getAll('globalsettings.security'), new DefaultBaseRenderer() ); ?> </syntaxhighlight>"