KoolMenu - Great PHP MenuKoolMenu - Great PHP MenuTrialVersion 1.1.0.0 released on 1/15/2009

Features - Expand Direction

KoolMenu - Trial version 1.1.0.0 - Copyright (C) KoolPHP .Inc - www.koolphp.net. To remove this message, please purchase a license.

Description & Sample code

You can control the expand direction of an item by settings the $ExpandDirection of $GroupSettings of that item

$item = $km->Add("root","edit","Edit");
$item->GroupSettings->ExpandDirection = "Up";