cancel
Showing results for 
Search instead for 
Did you mean: 

Embeding Text editor with a field of a Table

Former Member
0 Kudos

Hi all,

Could any body help me to solve my problem?

Actually, I have a table with a single row. In the table one column is named as DETAILS which is represented by a button. I want to click that button then one popup will be

appeared as a Text editor. So, I want to put the details in the text editor and save it. Then

the data will be saved for the particular field(DETAILS) of the table.

How can I do it?

Thanks and regards

Chandan

Accepted Solutions (1)

Accepted Solutions (1)

arun_srinivasan
Contributor
0 Kudos

hi

Create a value attribute in comp ctrl and table view(for passing text editor entry).Map the value attribute that u have binded to text editor to comp ctrl value attribute. from comp ctrl map to the table view.(Add the usage of component controller in both view)

from this value attribute u reterive value and put it in particular column of the table

hope this helps,

regards,

Arun

Answers (0)