= DragonTalk userobservation for Firefox = == Download the extension == click the link to download the xpi file === Firefox 1.0.x === [https://dragontalk.opendfki.de/cgi-bin/trac.cgi/file/trunk/dragontalk_userobs_firefox/build/dragentalk_userobs_firefox.xpi dragentalk_userobs_firefox.xpi] === Firefox 1.5 === [https://dragontalk.opendfki.de/cgi-bin/trac.cgi/file/trunk/dragontalk_userobs_firefox/build/dragentalk_userobs_firefox-M1.5.xpi dragentalk_userobs_firefox-M1.5.xpi] == The following part describes the actions, methods and there parameters. == All the functions are tested with firefox 1.5.0.11 === Bookmark Events === BOOKMARK = "urn:mozilla:bookmarks:" [[BR]] '''Mathod:''' eventAddBookmark [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||bmURI||BOOKMARK + URI|| ||bmLocation||the URL of the bookmark|| ||bmName||the name of the bookmark|| ||bmFolder||the name folder in which the bookmark was created|| [[BR]] '''Mathod:''' eventRemoveBookmark [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||BMname||the name of the bookmark|| ||BMlocation||the URL of the bookmark|| ||BMURI||BOOKMARK + URI|| [[BR]] [[BR]] === Browser Events === [[BR]] '''Mathod:''' eventBrowserNavigateHome [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the current page (the page displayed before this methoed was called)|| [[BR]] '''Mathod:''' eventEndDocumentLoad [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the page which is now completely loaded|| [[BR]] '''Mathod:''' eventBrowserNavigateToURL [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the currently displayed URL|| ||toURI||the URL of the page to which the user is navigating now|| [[BR]] '''Mathod:''' eventBrowserNavigateClickURL [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||URL of the current page|| ||textContent||the text of the link on the current page|| ||link||the URL of the link, which was choosen by the user|| [[BR]] '''Mathod:''' eventOverLink [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the current page|| ||textContent||the text of the link|| ||link||the URL of the link, which raised the mouseOverEvent|| [[BR]] '''Mathod:''' eventBrowserNavigateToBookmark [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the current page|| ||bookmarkURI||the URI of he bookmark|| [[BR]] '''Mathod:''' eventBrowserNavigateBack [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||fromURI||the URL of the page displayed before navigate back|| ||toURI||the URL of the page navigate to|| [[BR]] '''Mathod:''' eventBrowserNavigateForward [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the page displayed before navigate forewared|| ||toURI||the URL of the page navigate to|| '''Comment:''' works by keyboard shortcut ALT + leftARROW and via navigation button. [[BR]] '''Mathod:''' eventBrowserNavigateForward [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the page is loading, when the the stop button is pressed|| '''Comment:''' works by keyboard shortcut ALT + rightARROW and via navigation button. [[BR]] '''Mathod:''' eventBrowserPrint [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||currentURI||the URL of the current page|| '''Comment:''' works by keyboard shortcut STRG + P and via File -> Print... [[BR]] '''Mathod:''' eventSubmitWebForm [[BR]] '''Parameters:''' ||'''Key'''||'''Value'''|| ||buttonclicked||the name of the button, which was clicked to submit the WebForm|| ||form||the WebForm which was submited||