Changes

Jump to navigation Jump to search

Category:Events

164 bytes added, 19:43, 30 May 2014
m
Line 7: Line 7:  
*'''[[on.resize]]''' is called when the window is rezised
 
*'''[[on.resize]]''' is called when the window is rezised
   −
<br>  
+
<br/>  
    
*'''[[on.timer]]''' is called at each timer ticks. See [[:Category:timer|timer]].
 
*'''[[on.timer]]''' is called at each timer ticks. See [[:Category:timer|timer]].
Line 38: Line 38:  
<br>  
 
<br>  
   −
*'''[[on.blink]]''' called when the focus is lost on the page (like launching the document, changing page etc...) '''Doesn't exist anymore in 3.2+.'''
+
*'''[[on.blink]]''' called when focus changes, notably when the widget is blinking when selecting an app on the screen (Ctrl-K)
 
*'''[[on.createMathBox]]''' called when there is a MathBox created.  
 
*'''[[on.createMathBox]]''' called when there is a MathBox created.  
 
*'''[[on.create]]''' called when the script gets created. '''Deprecated in 3.2'''. See ''on.contruction''.
 
*'''[[on.create]]''' called when the script gets created. '''Deprecated in 3.2'''. See ''on.contruction''.
Line 61: Line 61:     
<br>  
 
<br>  
 +
 +
*'''[[on.keyboardUp]]'''() which fires when the tablet's on-screen keyboard gets shown.
 +
*'''[[on.keyboardDown]]'''() which fires when the tablet's on-screen keyboard gets hidden.
 +
 +
<br>
    
*'''[[on.varChange]]''' is called when a [[var.monitor|monitored variable]] gets changed.
 
*'''[[on.varChange]]''' is called when a [[var.monitor|monitored variable]] gets changed.

Navigation menu