Menu
来自ling
// @Bind #container1.onContextMenu
!function(self, arg, menu1) {
menu1.show({
position : {
left : arg.event.pageX,
top : arg.event.pageY
}
});
}
// @Bind #container1.onContextMenu
!function(self, arg, menu1) {
menu1.show({
position : {
left : arg.event.pageX,
top : arg.event.pageY
}
});
}