var Resize = {
        id: null,
        start: function () {
                Resize.id = setInterval(function()
{gadgets.window.adjustHeight();},500);
        },
        end: function() {
                if(Resize.id){
                        clearInterval(Resize.id);
                }
        }
};

This one works best for me.



On Apr 13, 6:59 pm, flying devil <[email protected]> wrote:
> Hi everyone,
>
> Can any one guide for using dynamic height for igoogle widget....i
> have tried with <Require feature="dynamic-height">
> but it is not working for me....
>
> Thanks in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to