[Seaside] tree control?

Jason Rogers jacaetevha at gmail.com
Wed Apr 6 23:19:03 CEST 2005


We use the attached JavaScript and CSS.  Then you can do something
like (I hope GMAIL keeps the HTML code as code):

<ul class="treemenu">
	<li class="treenode">
		<a target="menuframe" href="">Level 1</a>
		<ul>
			<li class="treenode">
				<a target="menuframe" href="">SubLevel 1</a>
				<ul>
					<li>
						<a class="menuItem" href="http://www.google.com">Google!</a>
					</li>
				</ul>
			</li>
		</ul>
        </li>
</ul>

-- 
Jason Rogers

"I am crucified with Christ: nevertheless I live; yet not I,
but Christ liveth in me: and the life which I now live in 
the flesh I live by the faith of the Son of God, who loved 
me, and gave himself for me."
    Galatians 2:20
-------------- next part --------------
A non-text attachment was scrubbed...
Name: listmenu.js
Type: application/x-javascript
Size: 1233 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050406/c4d274a6/listmenu.js
-------------- next part --------------
A non-text attachment was scrubbed...
Name: listmenu.css
Type: text/css
Size: 572 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050406/c4d274a6/listmenu.css


More information about the Seaside mailing list