Changes between Version 5 and Version 6 of Firefox_userobs


Ignore:
Timestamp:
05/10/07 12:50:32 (17 years ago)
Author:
mploessl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Firefox_userobs

    v5 v6  
    3333 
    3434=== Browser Events === 
    35 coming soon 
     35 
     36'''Mathod:''' eventBrowserNavigateHome [[BR]] 
     37'''Parameters:''' 
     38 
     39||'''Name'''||'''Value'''|| 
     40||currentURI||the URL of the current page (the page displayed before this methoed was called)||  
     41 
     42 
     43'''Mathod:''' eventEndDocumentLoad [[BR]] 
     44'''Parameters:''' 
     45 
     46||'''Name'''||'''Value'''|| 
     47||currentURI||the URL of the page which is now completely loaded|| 
     48 
     49 
     50'''Mathod:''' eventBrowserNavigateToURL [[BR]] 
     51'''Parameters:''' 
     52 
     53||'''Name'''||'''Value'''|| 
     54||currentURI||the currently displayed URL|| 
     55||toURI||the URL of the page to which the user is navigating now|| 
     56 
     57 
     58'''Mathod:''' eventBrowserNavigateClickURL [[BR]] 
     59'''Parameters:''' 
     60 
     61||'''Name'''||'''Value'''|| 
     62||currentURI||URL of the current page|| 
     63||textContent||the text of the link on the current page|| 
     64||link||the URL of the link, which was choosen by the user|| 
     65 
     66 
     67'''Mathod:''' eventOverLink [[BR]] 
     68'''Parameters:''' 
     69 
     70||'''Name'''||'''Value'''|| 
     71||currentURI||the URL of the current page|| 
     72||textContent||the text of the link|| 
     73||link||the URL of the link, which raised the mouseOverEvent|| 
     74 
     75 
     76'''Mathod:''' eventBrowserNavigateToBookmark [[BR]] 
     77'''Parameters:''' 
     78 
     79||'''Name'''||'''Value'''|| 
     80|| 
     81