Welcome Guest Search | Active Topics | Sign In | Register

How to pass agruments with Client Site API call Options
Software Administrator
Posted: Thursday, October 26, 2017 5:43:16 PM
Rank: Newbie
Groups: Member

Joined: 12/25/2008
Posts: 8
Hi,


How do I pass an argument with the ClientSideAPI ClientSideOnResized? I have try ClientSideOnResized="ResizeMe('eoObjectID')" but it didn't work, in fact the ResizeMe function is not even called if I put anything else than the name of the function.

Thanks.
eo_support
Posted: Thursday, October 26, 2017 5:49:24 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,221
Hi,

You can't do it directly. Client side event takes a function name. So if you would need to create a unique function that do whatever you need to do in that function, then give the function name to ClientSideOnResized.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.