ContextHelper
Allows viewing subviews by right mouse click.
Methods
| attachTo | attaches a context menu to a Webix component or an HTML element |
| getContext | gets the master area for contextmenu |
| setContext | allows setting master properties: view object and item id |
Events
Properties
| body | the contents of the context popup window |
| hidden | sets the initial visibility of the context object. *True* by default. |
| master | the area for which context object in initialized |
| padding | spacing between context border and its contents |
Back to top