qbo.MethodElement can now trigger an API call in response to an Event. To configure, assign the Event to the renderOnEvent property of the MethodElement options. Code example: <div name="EventTests"> <input type="button" id="testButton" value="Click Me!"/> <div id="Question3" data-behavior="MethodElement" data-methodelement-options="{{'className': 'SLSLoan', 'operation': 'Search', 'parameters': 'DisplaySize=1', 'renderOnEvent': 'testButton.click'}}"></div> <input type="hidden" id="PIConstant" data-methodelement-value="Question3.PIConstant"/> </div> GUI Example: Tests: Theme.ashx/Specs?Library=Behaviors\Spec.MethodElement.js |
Quandis Business Objects 3 > Release Notes >