The drop shadow is part of this. It can change from the css.
When toggle menu button is clicked it fires a custom event "onMenuSlide". If
someone wants to register a callback for this event, it can be done as
follows. ( This callback can get the menu state as it's second argument,
which is "visible" or "invisible".)
Ex:
onMenuSlide.subscribe(fnMyMethod);
//Callback
function fnMyMethod(type, state) {
alert(state);
}
thanks,
Chanaka
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev