` Printed Icetips Article

Icetips Article



Par2: Conditionally enable/disable drag and drop
2010-02-01 -- Dennis Evans
 
remove the drag id or the drop id from the control.

if (condition = no drag)
   ?control{prop:dragid} = ''
else
   ?control{prop:dragid} = 'whatever'
end



Printed May 18, 2024, 8:01 am
This article has been viewed/printed 35129 times.