Update of /cvsroot/phpwebapp/documentation/webobjects/tabs1
In directory sc8-pr-cvs1:/tmp/cvs-serv11335/webobjects/tabs1
Modified Files:
tabs1.txt
Log Message:
Index: tabs1.txt
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/webobjects/tabs1/tabs1.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** tabs1.txt 21 Feb 2003 08:20:12 -0000 1.1.1.1
--- tabs1.txt 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 1,7 ****
! WebObject 'tabs1' displays a menu, usually on the left side of the page.
! It is used like this:
! <Include SRC="{{LEFTMENU_PATH}}tabs1.html" />
<WebObject Class="tabs1" Name="su"
--- 1,6 ----
! WebObject 'tabs1' displays a horizontal menu. It is used like this:
! <Include SRC="{{WEBOBJ_PATH}}tabs1.html" />
<WebObject Class="tabs1" Name="su"
***************
*** 15,19 ****
*/
$menu_items = array(
! "item1" => " Menu Item 1 ",
"item2" => " Menu Item 2 ",
"item3" => " Menu Item 3 ",
--- 14,18 ----
*/
$menu_items = array(
! "item1" => " Menu Item 1 ",
"item2" => " Menu Item 2 ",
"item3" => " Menu Item 3 ",
|