Hi,
try this code:
paper.on('blank:pointerdown', function() {
_.each(this.graph.getElements(), function(cell) {
new joint.ui.Halo({
clearAll: false,
cellView:
this.paper.findViewByModel(cell),
handles: App.config.halo.handles
}).render();
}, this);
}, this);
In this example when you click on the empty space on the paper it
will show the Halo on every elements on the page. Replace the `paper.on('blank:pointerdown'`
with a event you need.
Regards,
Vladimir
--
---
You received this message because you are subscribed to the Google Groups "JointJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jointjs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.