cancel
Showing results for 
Search instead for 
Did you mean: 

POPUP WINDOW ISSUE

Former Member
0 Kudos

Hi guys,

In my first view there is a table display and 2 buttons namely Display and update. if i click display button a popup window needs to be displayed with the selected fields disabled and if i click the update button a popup window needs to be displayed with the selected fields enabled.

How it can be achieved.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member222068
Active Participant
0 Kudos

Hi Vijay,

Follow the following steps,

1. Get the selected record of the table on action of a button.

2. Create a node in the component controller as shown and define context mapping in both the views

3. Define context binding with all the input fields of pop up view with read only property

4. Implement following logic in the respective buttions

5. Logic to be written in the same method to make the fields editable

6. Output : select the record and click update button

e

select the record and click on display button

Hope this should help you

Thanks & Regards,

Sankar Gelivi