Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem with list items and clearing fields

Hello! Could you tell us app name?

Dennis Wormsbecher
Posts: 0
Joined: Tue Feb 25, 2014 7:16 pm

Problem with list items and clearing fields

app Trial

Login Demo/user
click Health-test (scrHealthTest1_A)
Tab pictures (scrHealthTest1_C)

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Problem with list items and clearing fields

Hello,

Please change your JS code in the datasource mapping fields "name" and "description" Image
this code

element.text(value);

with the following
pre
element.val(value);
/pre
To clear the fields please use below code:
pre
Appery("txtPhotoName").val("");
Appery("txtPhotoDescription").val("");
localStorage.setItem('_photoID', '');
/pre

Return to “Issues”