Hi Pulkit,
There's a few problems with your code. First, you start off your
javascript like this:
<![CDATA[
<script>
/*************************
/ *
/ * Code for Tabs
/ *
/ ************************
<!-- Load the application-specific css -->
<link href="http://opensocial-resources.googlecode.com/svn/samples/
orkut_ui/tabs.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
Which is an unclosed comment, so the rest of your javascript will not
execute. If you do comments in the form:
/* This is incorrect
/********************
Make sure that you end the comment with */ or else everything below it
will also be commented:
/* This is correct
/*******************/
Second, you need to include <Require feature="tabs" /> to use tabs in
OpenSocial gadgets.
Hope this helps,
~Arne
On Jul 15, 5:34 am, Pulkit Arora <[EMAIL PROTECTED]> wrote:
> Hey pepl,
> I am a newbie, still developing my first app... i want to display
> certain things in my app, under different
> tabs..http://hosting.gmodules.com/ig/gadgets/file/107405612167669831406/fin...
> is the code of my app.. m jst getting all the HTML displayed as one
> single page and not under different tabs.. plzz help.. its urgent..
>
> Thanks
> Pulkit
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---