Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Component/s: Framework
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
We have a request for a next generation icecore way of detecting javascript events in the page and calling a listener on the server, similar to the legacy ice:jsEventListener component.
For instance when any input component on the page is changed, call a method on the server.
For instance when any input component on the page is changed, call a method on the server.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Implemented icecore:jsEventListener. The captured JS event is re-cast as ActionEvent that provides the original event's attributes. Added test application at samples/core/test/jsEventListener..