Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Nested array mapping (e.g., VCARD) to GUI list.

Hi,

JavaScript is case-sensitive.

On you page, listitem name is "mobilelistitem_CustomerList", and in the JavaScript code you use:codeAppery('mobilelistitem_customerList').closest("li").hide();/code

K. C. Lee
Posts: 0
Joined: Fri Oct 11, 2013 7:51 pm

Nested array mapping (e.g., VCARD) to GUI list.

Tried the following:

alert("before the call");
Appery('mobilelistitem_CustomerList').closest("li").hide();
alert("after the call");

Two pop up show up and the hide has no effect!

The list (random names are used for the test) to hide is in the following image.

Image

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

Nested array mapping (e.g., VCARD) to GUI list.

Hello! If you want to hide entire list try:
preAppery('mobilelistitem_CustomerList').closest("ul").hide();/pre

K. C. Lee
Posts: 0
Joined: Fri Oct 11, 2013 7:51 pm

Nested array mapping (e.g., VCARD) to GUI list.

Thanks. It worked.

Any information or pointer to where I can find the definition of mapping of array of array will be greatly appreciated.

I also need to know where to find the entry points to
do alternatives that you suggested:

1) Add elements/entries using JS on service success
2) Create Generic service and using JS create response you'll be able to map

Thanks.

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

Nested array mapping (e.g., VCARD) to GUI list.

[quote:]the definition of mapping of array[/quote] http://docs.appery.io/documentation/u...
[quote:]Add elements/entries using JS on service success [/quote] http://docs.appery.io/documentation/u...
[quote:]Create Generic service and using JS create response you'll be able to map[/quote] https://getsatisfaction.com/apperyio/...

Return to “Issues”