When I mouseover menu Actions, how can I position the /\ where I want it to? It is the pointer from the message bubble to the menu… I want to move it more to the left or to the right. How to do this?
webix.ui({
container:"areaA",
view:"menu",
data:[
{ id:"1",value:"Actions", submenu:[
{ value:"Status", submenu:[
"Insert", "Delete", "Update"
]},
{ value:"Roles", submenu:[
"Insert", "Delete", "Update"
]}
]}
],
type:{
subsign:true
}
});