KoolMenu - Great PHP MenuKoolMenu - Great PHP MenuFullVersion 1.2.0.0 released on 04/16/2012

Features - Expand Direction

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";