Changes

Jump to navigation Jump to search

Category:Events

546 bytes added, 18:28, 16 June 2012
no edit summary
Line 38: Line 38:  
<br>  
 
<br>  
   −
*'''[[on.blink]]''' called when the focus is lost on the page (like launching the document, changing page etc...) '''Obsolete'''
+
*'''[[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.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''.
*'''[[on.createMathBox]]''' called when there is a MathBox created.
   
*'''[[on.construction]]''' called when the script gets 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...)  
 
*'''[[on.destroy]]''' is called when the document is about to get closed (or cut)
 
*'''[[on.destroy]]''' is called when the document is about to get closed (or cut)
 +
 +
*'''[[on.getFocus]]''' is called when the script receives user input focus. 
 +
*'''[[on.loseFocus]]''' is called when the script loses user input focus.
 +
    
<br>  
 
<br>  
Line 60: Line 64:     
*'''[[on.varChange]]''' is called when a [[var.monitor|monitored variable]] gets changed.
 
*'''[[on.varChange]]''' is called when a [[var.monitor|monitored variable]] gets changed.
 +
 +
*'''[[on.getSymbolList]]''' is called when the script app symbol list is being serialized to the clipboard.
 +
 +
 +
 +
<br>
 +
 +
*'''[[on.save]]''' is called when the script app is saved to the document or copied to the clipboard.
 +
*'''[[on.restore]]''' is called when the script application is restored from its saved state in a document or when the app is pasted into a document..
    
<br>  
 
<br>  
Line 70: Line 83:  
*'''[[on.paste]]''' is called when the user pastes something.  
 
*'''[[on.paste]]''' is called when the user pastes something.  
   −
<br> <br>
+
<br>

Navigation menu