Mac OS X Reference Library Apple Developer
Search

InspectorFrontendHost

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

bringToFront
closeWindow
copyText
hiddenPanels
inspectedURLChanged
loaded
localizedStringsURL
moveWindowBy
platform
port
requestAttachWindow
requestDetachWindow
setAttachedWindowHeight
showContextMenu

bringToFront



void bringToFront(); 

closeWindow



void closeWindow(); 

copyText



void copyText(
    in DOMString text); 

hiddenPanels



DOMString hiddenPanels(); 

inspectedURLChanged



void inspectedURLChanged(
    in DOMString newURL); 

loaded



void loaded(); 

localizedStringsURL



DOMString localizedStringsURL(); 

moveWindowBy



void moveWindowBy(
    in float x,
    in float y); 

platform



DOMString platform(); 

port



DOMString port(); 

requestAttachWindow



void requestAttachWindow(); 

requestDetachWindow



void requestDetachWindow(); 

setAttachedWindowHeight



void setAttachedWindowHeight(
    in unsigned long height); 

showContextMenu



void showContextMenu(
    in MouseEvent event,
    in DOMObject items); 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27