Thanks Anthony - should I be able to see that executing in firebug
somewhere? I tested first by putting an alert in response.js and it
worked. However, when I try to call my resize function I can't see it
firing through firebug. Thoughts?
-Jim
On 8/5/2011 2:35 PM, Anthony wrote:
You can set response.js to some javascript (set it in the component
controller), and it will be run after the component is loaded.
On Friday, August 5, 2011 3:21:03 PM UTC-4, Jim S wrote:
Hi
I have a bunch of pages that load a number of components. On these
pages I have a script that fires after the page is loaded that
resizes
a few things and places my footer where it should be. Unfortunately,
this is all happening before my components are completely loaded and
therefore things are looking funny after my pages load. Is there
a way
to trigger some javascript to run after my component is completely
loaded?
Thanks!
-Jim