Changes between Version 2 and Version 3 of documentation/FAQ

Show
Ignore:
Author:
lloydw (IP: 203.96.63.172)
Timestamp:
03/25/08 18:07:42 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/FAQ

    v2 v3  
    11= Frequently Asked Questions = 
    22[[PageOutline]] 
    3  
    4 == How do I enable dragging? == 
    5  
    6 You need to set the ''drag'' property of your element to one of ''drag'' or ''drag-drop''. See [wiki:documentation/RCSS/UserInterface#Dragdrop:thedragproperty Dragging] for full details. 
    7  
    8 Note that the element will not be automatically dragged around by the mouse. It will send the ''dragstart'', ''dragend'', ''dragmove'', ''dragover'', ''dragout'' and ''dragdrop'' events, which your application can listen for to move and animate the element as appropriate. 
    93 
    104== How do I bind to events from C++/script? ==