` 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 5, 2024, 12:50 am
This article has been viewed/printed 35120 times.