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