Page 2 of 2

Read-only thumbnail list

Posted: Wed Jun 25, 2014 5:00 pm
by Cody Blue

Hi Katya - I am afraid and bit frustrated that I am getting different response every time and led in various directions, and none of these seem to work effectively. I've tried your tip in multiple ways, first executing the suggested code with element as listItem, then as list, with the code invoked on page load. And then again within JS invoked on REST response. It does not help.

Thank you.


Read-only thumbnail list

Posted: Wed Jun 25, 2014 6:47 pm
by Evgene Karachevtsev

Hello Cody,

You still should call javascript on event success for the service that fills the list. Use this code:

codeAppery("mobilelist_3").find("img").unwrap();/code

where mobilelist_3 is the name of your list component. This will remove the tag "a" and CSS classes which have been assigned to it.


Read-only thumbnail list

Posted: Wed Jun 25, 2014 8:20 pm
by Dirk Gissing

Cody, this is what I did:

I added ONE listitem and made that item a divider in the builder. You can click on the option "divider" in the builder. Afterwards I used the response of my service and edited the js on that divider list item. That should do the trick.


Read-only thumbnail list

Posted: Thu Jun 26, 2014 8:42 pm
by Cody Blue

Dirk - thank you, this does the trick :)

Evgene, thanks for your feedback as well.