Changes

Jump to navigation Jump to search

Category:Events

109 bytes added, 17:54, 16 June 2012
3.2 Changes
Line 18: Line 18:  
*'''[[on.arrowUp]]''' is called when the up '''arrow''' is pressed  
 
*'''[[on.arrowUp]]''' is called when the up '''arrow''' is pressed  
 
*'''[[on.arrowDown]]''' is called when the '''down''' arrow is pressed  
 
*'''[[on.arrowDown]]''' is called when the '''down''' arrow is pressed  
*'''[[on.up]]''' -- probably for the touchpad up motion
  −
*'''[[on.down]]''' -- probably for the touchpad down motion
      
<br>  
 
<br>  
Line 40: Line 38:  
<br>  
 
<br>  
   −
*'''[[on.blink]]''' called when the focus is lost on the page (like launching the document, changing page etc...)  
+
*'''[[on.blink]]''' called when the focus is lost on the page (like launching the document, changing page etc...) '''Obsolete'''
*'''[[on.create]]''' called when the script gets created.  
+
*'''[[on.create]]''' called when the script gets created. '''Deprecated in 3.2'''. See ''on.contruction''.
 +
*'''[[on.createMathBox]]''' called when there is a MathBox created.
 +
*'''[[on.construction]]''' called when the script gets created.  
 
*'''[[on.deactivate]]''' called when the focus is lost on the page (like launching the document, changing page etc...)  
 
*'''[[on.deactivate]]''' called when the focus is lost on the page (like launching the document, changing page etc...)  
 
*'''[[on.activate]]''' called when the focus is on the page (like launching the document, changing page etc...)  
 
*'''[[on.activate]]''' called when the focus is on the page (like launching the document, changing page etc...)  
Line 52: Line 52:  
*'''[[on.mouseMove]]''' is called when the mouse moves  
 
*'''[[on.mouseMove]]''' is called when the mouse moves  
 
*'''[[on.grabDown]]''' is called when the grabbing-down motion is detected
 
*'''[[on.grabDown]]''' is called when the grabbing-down motion is detected
*'''[[on.grabMove]]''' is called when the grab-and-move motion is detected
   
*'''[[on.grabUp]]''' is called when the grabbing-up motion is detected
 
*'''[[on.grabUp]]''' is called when the grabbing-up motion is detected
*'''[[on.rightMouseDown]]''' is called when the user pushes the "right click" button ?
+
*'''[[on.grabMove]]''' is called when the cusor is moved while grabbed. '''Doesn't exist anymore in 3.2+.'''
*'''[[on.rightMouseUp]]''' is called when the user releases the "right click" button ?
+
*'''[[on.rightMouseDown]]''' is called when the user pushes the "right click" button
 +
*'''[[on.rightMouseUp]]''' is called when the user releases the "right click" button
    
<br>  
 
<br>  

Navigation menu