07-31-2009 01:20 AM
if (behaviour.args.length == 3) {
var node = behaviour.args[0];
// "node" is set and I can access its properties, even node.properties['xx:visibility'].
var before = behaviour.args[1];
var after = behaviour.args[2];
// "before" and "after" are "null" and not useful. They should represent the state of the properties before and after the change.
}
Am I missing something? Are these values not available to JavaScript scripts?
05-23-2012 09:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.