I have got a problem :)
Posted in extension, firefox, intabeditor, mmtc
It's time to focus on my project, but I have a problem that I can't solve. But first, how Intab Editor is looking like:
You can see, that local file in my computer is opened. It can be for example a page, that im working through. My extension added in this url bar small red-pencil icon. When you press it, a new tab will be open. This new tab is an editor, where the extension puts source of file://home/irek/javascript-ebook.html. This is the new opened tab:
The whole area ow this tab is text area, you can edit this code. For save changes click 'save' icon in url-bar.
And now the problem. I have problem with "path" variable, so save icon doesn't work for now.
The code you can find there.
setFileName method is needed to save path of current editing document, and
getFileName gets this path, for save changes in document. But setFileName
for some reason dont want to save...



