Page 1 of 1

Edit block

Posted: Fri Feb 21, 2014 12:43 pm
by sramp
Hello,
when I double click on a block the application goes in the edit block mode.
Please, is it possible to intercept this event?
I would like to avoid to edit the block.
Thanks
sramp

Re: Edit block

Posted: Sun Feb 23, 2014 12:02 pm
by andrew
I don't have a good idea how to override that as easily as possible but the code is in DefaultAction.js in function DefaultAction.prototype.entityDoubleClicked. The default action could be made configurable in future versions.

Re: Edit block

Posted: Sun Feb 23, 2014 5:51 pm
by sramp
Andrew,
thank you very much.
It is exactly what I was looking for.
sramp