cancel
Showing results for 
Search instead for 
Did you mean: 

How to Get the Value while press button in CustomListItem..?

former_member187227
Participant
0 Kudos

Hi All,

I want to get the value while press the button inside the Customlistitem xml view. I tried some code but it was not working pls suggest some idea. i'll share the code in Jsbin,

http://jsbin.com/kitusenuhi/edit?html,output

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor

oEvent.getSource().getBindingContext().getObject()

you will get everything through that object.

Answers (0)