‎06-08-2013 08:43 AM
Hi all,
is there a list we can consult with all the events/functions which can be triggered on diagrams? I see for example that there are macro's in the _settings attribute of diagramtypeparams which make use of functions like onsavediagram, oninsertdrawingobject, etc .
I'm looking for a list of possible events/functions for the diagramtypeparam, diagramtypelink, diagramtypelinkstyle,
thanks
stijn
Solved! Go to Solution.
‎02-01-2014 12:00 PM
Hello Sjin
Indeed the diagram editor is not designed to prevent style changes performed by end user.
You can consider to configure DiagramTypeLinkStyle object with
This will not prevent end users from changing style
However you configuration should be enforced when refreshing or reopening the diagrams
It the end the expected formatting of link should be applied.
‎08-08-2013 02:10 PM
hey lionel,
thanks. I indeed found that one also, I was wondering if there are more possibilities to add macro's than only on the diagramtype. what about the links or objects?
As in one of my previous posts, I'm trying to find a solution that users can not change the visual of an diagramtypelink however until now no luck.
kind regards
‎08-08-2013 09:50 AM