-
Notifications
You must be signed in to change notification settings - Fork 10
Popup Controller Class
OlegKoleskin edited this page Jan 17, 2020
·
4 revisions
The Nexus Bridge has two classes to work with the popup applets:
-
The NexusPopupController singleton class as the Open UI allows "displaying" only one popup applet. The ProcessNewPopup function is overriden in this class to skip displaying the popup applet jQuery UI. The custom PR application does not need to call the methods of this class directly.
-
The Popup Applet Class class that extends the base class.
The current solution was tested with pick, associations, and shuttle applets.
-
Shuttle Applets (as it consists of two applets, the two instances of the Nexus Bridge needed) allows:
- Navigating and searching in the association and MVG applets.
- Adding the record(s) into the multi-value group, and deleting the record(s) from the MVG.
- Setting the value of SSA Primary Field (using the regular SetControlValue method).
-
Pick Applets allows:
- Navigating and searching in the pick applet.
- Picking a record.
-
Association Applet allows:
- Navigating and searching in the association applet.
- Associating the record(s).