Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Is there a 'Touch off' element to disable editable text?

$
0
0

Hi,

 

How would one adapt this code to allow touching a background object to disable editable text?

 

sym.$('Risk15').draggable();

sym.getSymbol('Risk15').$("Risk15").bind('dblclick tap',function(ev) {

     sym.$('Risk15').draggable('disable');

}).bind('click taphold',function(ev) {

     sym.$('Risk15').draggable('enable');

 

Any idas?

 

Thanks!!!


Viewing all articles
Browse latest Browse all 9897

Trending Articles