Hi sagad,

In order to increase the heaight of the gadget, you need to do some
modifications in the file javascript/gadgets.js.

Go to line no: 484 (can be different in yours), then modify this line:
continuation('<div class="' + this.cssClassGadgetContent + '"><iframe
id="' +
      iframeId + '" name="' + iframeId + '" class="' +
this.cssClassGadget +
      '" src="' + this.getIframeUrl() +
      '" frameborder="0" scrolling="no" width="100%"></iframe></
div>');

Replace with:
continuation('<div class="' + this.cssClassGadgetContent + '"><iframe
id="' +
      iframeId + '" name="' + iframeId + '" class="' +
this.cssClassGadget +
      '" src="' + this.getIframeUrl() +
      '" frameborder="0" scrolling="yes" style="height:400px; width:
500px;"></iframe></div>');

you can change the height and width parameters as per your
requirement.

Hope this helps. :)

On May 1, 8:06 pm, SaGad <[EMAIL PROTECTED]> wrote:
> nope, there is no respon at all about my question...
>
> On Apr 23, 3:35 am, gaurav_aries <[EMAIL PROTECTED]> wrote:
>
> > were u finally able to make ur social neetworking site opensocial
> > capable .....
> > i am also tryin to do the same .plz help me if u have successfully
> > implemented it
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" 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/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to