Page 1 of 1

reposnse mapping - add javascript

Posted: Wed Feb 13, 2013 9:38 pm
by Eric5020946

there is ADD JAVASCRIPT button next to items when mapping response, when clicked opens as a function (value, element)

both value and element are JS objects
when I try to display structure of "value" it gives me properly structure of value object (item on the list) but when I try to display structure of "element" contant browser is crashing

what is inside "element" object?


reposnse mapping - add javascript

Posted: Wed Feb 13, 2013 9:51 pm
by Kateryna Grynko

Response parameter is mapped to HTML item that is stored in "element" variable,
If you map parameter to Input, this Input component will be stored in "element" variable.