element Halo boxContent question #2834
Replies: 3 comments 3 replies
-
Currently, setting |
Beta Was this translation helpful? Give feedback.
-
Thank you, it works well. And v4.1 halo has Group feature and customize handle feature which is much more useful than the old pie way. |
Beta Was this translation helpful? Give feedback.
-
It does become invisible, but another problem arises. |
Beta Was this translation helpful? Give feedback.
-
Introduction
My element's objects show the appropriate property options in boxContent.
There are elements that do not have the property, so they return blank or null, and the screen displays a blank space with the theme color.
Show boxContent even when there is no property and boxContent is null or blank
My halo boxContent is as follows.
boxContent: function boxContent(cellView, boxDOMElement){
var content = App.config.utils.getCellBoxHtml(cellView);
return content;
},
How can I make it not show on the screen when boxContent is null or blank?
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS+
Beta Was this translation helpful? Give feedback.
All reactions