Class orion.widgets.OpenResourceDialog
A dialog that searches for files by name or wildcard.
Defined in: </shared/eclipse/e4/orion/I201212132230/plugins/org.eclipse.orion.client.core/web/orion/widgets/OpenResourceDialog.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Usage:
new widgets.OpenResourceDialog(options).show(); |
Method Attributes | Method Name and Description |
---|---|
onCancel()
|
|
show()
Displays the dialog.
|
Class Detail
orion.widgets.OpenResourceDialog()
Usage:
new widgets.OpenResourceDialog(options).show();
- Parameters:
- {String} options.title Optional
- Text to display in the dialog's titlebar.
- {orion.searchClient.Searcher} options.searcher
- The searcher to use for displaying results.
Method Detail
onCancel()
show()
Displays the dialog.