You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below image i highlighted some nodes in a black color box, we can't drop any node to that highlighted box. If the drop is possible we will show an arrow icon(highlighted in blue color), if not possible to drop the node we need to show a different icon
How to show two different icons for the drop,
if drop possible show the arrow icon else show close icon
The text was updated successfully, but these errors were encountered:
Step 1: Remove existing css(span.tmpzTreeMove_arrow) from zTreeStyle.css file
----- span.tmpzTreeMove_arrow this css available in zTreeStyle.css file
Step 2: We need to separate classes or styles for drop possible nodes and node possible node.
For example
See below code zNodes variable have the data, if the node drop is possible, i provide the data like font:{'color':'black !important'} not possible font:{'color':'red !important'}
Full example
In the below image i highlighted some nodes in a black color box, we can't drop any node to that highlighted box. If the drop is possible we will show an arrow icon(highlighted in blue color), if not possible to drop the node we need to show a different icon
How to show two different icons for the drop,
if drop possible show the arrow icon else show close icon
The text was updated successfully, but these errors were encountered: