Go to the source code of this file.
Functions | |
catch (ex) | |
Components utils | import ("resource:///modules/openLocationLastURL.jsm") |
function | onLoad () |
function | doEnabling () |
function | open () |
function | createInstance (contractid, iidName) |
function | onChooseFile () |
Variables | |
var | browser |
var | dialog = {} |
var | pref = null |
try | |
const | nsIFilePicker = Components.interfaces.nsIFilePicker |
catch | ( | ex | ) |
Definition at line 48 of file openLocation.js.
function createInstance | ( | contractid, | |
iidName | |||
) |
Definition at line 133 of file openLocation.js.
function doEnabling | ( | ) |
Components utils import | ( | ) |
function onChooseFile | ( | ) |
function onLoad | ( | ) |
function open | ( | ) |
var browser |
Definition at line 42 of file openLocation.js.
var dialog = {} |
Definition at line 43 of file openLocation.js.
const nsIFilePicker = Components.interfaces.nsIFilePicker |
Definition at line 139 of file openLocation.js.
pref = null |
Definition at line 44 of file openLocation.js.
try |
Definition at line 45 of file openLocation.js.