Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Passes a field by value.This method is used for passing parameters by value with pjs.call()

Parameters

1. Value - The value to pass. 

2. Config - A configuration object of the format used by pjs.define()

Return Value

An object that can be passed to pjs.call() to pass by value.

Example