forked from maqetta/maqetta
-
Notifications
You must be signed in to change notification settings - Fork 0
Events
Javier Pedemonte edited this page Aug 19, 2011
·
5 revisions
Information about events used in the Maqetta code.
Use dojo.subscribe() to be notified of these events.
/davinci/data/datastoreAdded
- * A datastore has been added to the page.
- * **args**:
- **
id{String} - **
ds{Object} - **
type{String}
/davinci/preferencesChanged/davinci/resource/resourceChanged
- * A Model resource has changed.
- * **args**:
- **
type{String} - A description of the change. Can be one of: "renamed", "deleted", "created", "modified" - **
resource{Object} - Instance of resource which changed.
/davinci/states/cleared/davinci/states/state/added/davinci/states/state/changed/end/davinci/states/state/changed/start/davinci/states/state/changed/davinci/states/state/removed/davinci/states/state/renamed/davinci/states/state/style/changed/davinci/states/stored/davinci/ui/context/loaded/davinci/ui/EditorOpening/davinci/ui/editorSelected/davinci/ui/libraryChanged/davinci/ui/modelChanged/davinci/ui/selectionChanged
- * Called for several different reasons:
- ** Model selection changed? (davinci/ui/ModelEditor.js)
- ** Selection in ;
dijit.Treechanged (davinci/ve/views/DataStoresView.js) - ** New file selected in Files View (davinci/workbench/Explorer.js)
- ** New element selected in Outline View (davinci/workbench/OutlineView.js)
XXX This event is overloaded and should be split into several different events.
/davinci/ui/styleValuesChange/davinci/ui/subwidgetSelectionChanged/davinci/ui/widget/replaced/davinci/ui/widgetPropertiesChanges/davinci/ui/widgetSelected/davinci/ui/widgetValuesChanged