Class orion.webui.dialogs.OpenResourceDialog
				
				
			
				A dialog that searches for files by name or wildcard.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/webui/dialogs/OpenResourceDialog.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Usage:  new OpenResourceDialog(options).show(); | 
					Class Detail
				
				
				
						orion.webui.dialogs.OpenResourceDialog()
				
				
				
					Usage: 
				
				
				
				
					
						new 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.
- {Function} options.onHide
- a function to call when the dialog is hidden. Optional.