hide all comments

general

Adding Menus

July 02, 2008 17:44:51 +0200 (CEST)

Yesterday I wanted to cleanup the SeaBreeze interface a bit and realized that I needed a menu implementation for Seaside. I came across http://www.knallgrau.at/code/unordered-list-as-dropdown-menu and as it was based on Scriptaculous I tried to implement a wrapper for Seaside. Now I can create menus with the VisualWorks menu editor and just call: html menu on:#myMenu of: self. and it will create a nice Menu that sends actions back to whatever "self" is. Karsten

posted by Karsten Kusche