| AJAX > Adding Ajax Tabs to your web page in the |
| Author |
|
|||||
tino Registered: Oct 2008 Posts: 1 Status: offline |
Basically there are a couple of files that must be inside your web site, in this example I have them in Skins/default/smarttabs/ You may download the files from The key to making your If you copy the text below into the HTML code of the web editor by clicking on the icon that looks like <> on the right side of the editor. You can have as many sets of tabs section per page as long as you give each tab set a unique name and you reference all of the tab names at the very bottom of the page (see the very bottom of this page). After you have created your tabs, its only a matter of adding as many tabs as your screen real estate can accommodate. One cool thing I figured out after our webinar was the ability to display a module in the ajaxcontent area without showing the header and footer file. You may see a full example on http://www.ZogoMe.com <ul class="shadetabs" id="maintab1">
YOUR TEXT GOES HERE </div> ================ <ul class="shadetabs" id="maintab2"> DEFAULT TEXT FOR TABS SET #2 GOES HERE </DIV> <! - - below are the javascript code that normally is in the header of a typical HTML page but for the web editor, this code must be inserted at the very bottom of the html code of your web page -- > <link href="skins/default/smarttab/ajaxtabs.css" type="text/css" rel="stylesheet" />
//<![CDATA[ //]]> </script></a></span></span></a></span></td> //<![CDATA[ //Start startajaxtabs("maintab1","maintab2") //]]> </script> |
|||||
| 10/25/2007 12:45:42 AM |