Why Plug-in Wrapper ? A plug-in wrapper is a complete and independent manager of an applet control and its life-cycle. It is entirely responsible for all actions of a control. Suppose we want to change checkboxes to flip-switches across application OR change textarea to popup colorbox textarea OR change drop-down combo-boxes to a silder. Then we can achieve by using…
Tag: IP2014
Siebel Innovation Pack 2014: About Event Helper Class
The Event Helper Class uses the Event Helper Object to facilitate Event Binding in the Physical Renderer or Plug-in Wrapper. Event helper used to achieve uniformity across different devices, a single event binding will work for all devices. To retrieve the event helper: var evtHelper = this.Helper(“EventHelper” ); Manage is the singular API exposed by the Event Helper Class for…