FormBuilderRender::renderScripts()

Render script file links

Usage

// basic usage
$string = $formBuilderRender->renderScripts();

// usage with all arguments
$string = $formBuilderRender->renderScripts(bool $alsoRenderInline = true);

Arguments

NameType(s)Description
$alsoRenderInline (optional)bool

Specify false if you don't want inline scripts included

Return value

string


FormBuilderRender methods and properties

API reference based on ProcessWire core version 3.0.251