public class ScriptedClientUtilityFunctions extends Object
| Constructor and Description |
|---|
ScriptedClientUtilityFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createClientSideScriptExecutorFunction(String script,
String outputParameterId,
boolean clientSideScriptEnabled)
Creates an anonymous function which causes the script to run automatically when the client page containing the
function is rendered.
|
public static String createClientSideScriptExecutorFunction(String script, String outputParameterId, boolean clientSideScriptEnabled)
script - The client side script to be ran.outputParameterId - The id of the form element.Copyright © 2010–2022 Open Identity Platform Community. All rights reserved.