This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Reading Some Status when Mosaic page is opened
#1
Hi,

Thanks to Forum, we made some actions when we open a specific page with the javascript code below. I need same action also when a specific mosaic page is opened by the customer. Can i do that ?

Regards,




$(function(){

if (typeof grp == 'undefined') { return;

}

$('body').on('showplan', function(event, id) { if (id == 120) {

grp.write('Sayfa 1 Status', true); }

else if (id == 123) { grp.write('Sayfa 2 Status', true);

}

}).trigger('showplan', [ currentPlanId ]); })
Reply


Forum Jump: