Class Index | File Index

Classes


Class orion.editor.util

Basic helper functions used by orion.editor.
Defined in: </shared/eclipse/e4/orion/I201110211442/plugins/org.eclipse.orion.client.editor/web/orion/editor/editor.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
orion.editor.util.connect(obj, event, context, method)
Event handling helper.
Class Detail
orion.editor.util()
Method Detail
<static> orion.editor.util.connect(obj, event, context, method)
Event handling helper. Similar to dojo.connect. Differences: doesn't return a handle, doesn't support the dontFix parameter.
Parameters:
{Object} obj
{String} event
{Object} context
{String|Function} method
Deprecated:
Once Bug 349957 is fixed, this function should be deleted.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 21 2011 14:44:12 GMT-0400 (EDT)