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>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
orion.editor.util.connect(obj, event, context, method)
Event handling helper.
|
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.
- Deprecated:
- Once Bug 349957 is fixed, this function should be deleted.