右键事件 OnContextMenu(self,arg)
this.get("#Menu1").show({
position:{
left:arg.event.pageX,
top:arg.event.pageY
}
});