KoolButtonKoolButtonFullVersion 1.7.0.0 released on 10/22/2012

Button - KoolSplitButton

New order
Name: John Smith
Address: 103 Old MorganTown Road, Bowling Green
Product: Apple iPhone 4s

Description & Sample code

To add option to KoolToggleButton you do:

$splitbutton->AddOption(array(	"Text"=>"Accept",
				"Value"=>"Accept",
				"LeftImage"=>"/path/to/leftimage.png")
				"RightImage"=>"/path/to/rightimage.png")
				"LeftImageCss"=>"leftimage_css")
				"RightImageCss"=>"rightimage_css")
				"ButtonCss"=>"button_css")
				"ToolTip"=>"This is the button")
				);

When button is clicked, you can capture the click event with:
$splitbutton->OnClick="do_something";