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.
|
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!
|