Page 1 of 1

is there a way to render the marker on google map component invisible using js?

Posted: Fri Jun 07, 2013 10:48 am
by Dimitris Monastiriotis

I tried with:
Appery('user_marker').attr('rendered', false);

but with no luck.

thanks


is there a way to render the marker on google map component invisible using js?

Posted: Fri Jun 07, 2013 6:00 pm
by maxkatz

is there a way to render the marker on google map component invisible using js?

Posted: Sun Jun 16, 2013 9:13 am
by Dimitris Monastiriotis

Yes you can, if you find the list's name that is produced automatically to keep the marker the code below renders it invisible.

setAttribute_('j_74', 'showLocationMarker', 'false');
$('[id=j_74]').refresh();

well chaffed about it it bugged me for ages. So this is the answer if anyone was looking for it


is there a way to render the marker on google map component invisible using js?

Posted: Mon Jun 17, 2013 1:51 am
by Illya Stepanov

Thank you for sharing Dimitris!