A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
idList — Static property in class com.google.code.flexiframe.IFrame | |
Track IDs in use throughout the app for iframe instances in order to detect and prevent collisions. | |
IFrame — Class in package com.google.code.flexiframe | |
An IFrame which you can embed into Flex applications to show an HTML page. | |
IFrame(id) — Constructor in class com.google.code.flexiframe.IFrame | |
Build a new IFrame. | |
_iframeContentHost — Property in class com.google.code.flexiframe.IFrame | |
IFrame content host. | |
IFrameExternalCalls — Class in package com.google.code.flexiframe | |
A static class that holds the calls that can be made to the ExternalInterface
by the IFrame class. |
|
_iframeId — Property in class com.google.code.flexiframe.IFrame | |
The IFrame ID. | |
INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_ID — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that prompts the DOM objects to find the SWF object id. | |
INSERT_FUNCTION_BRING_IFRAME_TO_FRONT — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that moves an IFrame in the DOM. | |
INSERT_FUNCTION_CALLIFRAMEFUNCTION — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that calls a function on an IFrame in the DOM. | |
INSERT_FUNCTION_CREATEIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that creates an IFrame in the DOM. | |
INSERT_FUNCTION_GET_BROWSER_MEASURED_WIDTH — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that gets the browser measured width. | |
INSERT_FUNCTION_HIDEDIV — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that hides a Div in the DOM. | |
INSERT_FUNCTION_HIDEIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that hides an IFrame in the DOM. | |
INSERT_FUNCTION_HISTORY_BACK — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that loads the IFrame's last page in the history. | |
INSERT_FUNCTION_HISTORY_FORWARD — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that loads the IFrame's next page in the history. | |
INSERT_FUNCTION_LOADDIV_CONTENT — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that loads content into a Div in the DOM. | |
INSERT_FUNCTION_LOADIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that loads an Iframe in the DOM. | |
INSERT_FUNCTION_MOVEIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that moves an IFrame in the DOM. | |
INSERT_FUNCTION_PRINT_IFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that prints the IFrame. | |
INSERT_FUNCTION_REMOVEIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that removes an IFrame in the DOM. | |
INSERT_FUNCTION_SETUP_RESIZE_EVENT_LISTENER(frameId) — Static method in class com.google.code.flexiframe.IFrameExternalCalls | |
The Javascript code to call to insert the function that setups the 'resize' event listener. | |
INSERT_FUNCTION_SHOWDIV — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that shows a Div in the DOM. | |
INSERT_FUNCTION_SHOWIFRAME — Static property in class com.google.code.flexiframe.IFrameExternalCalls | |
The JavaScript code to call to insert the function that shows an IFrame in the DOM. | |
isAncestor(obj) — Method in class com.google.code.flexiframe.IFrame | |
Use display object ancestry table already built to check whether an object is a container of this component or one of its ancestors | |
isInFrontOfMe(obj) — Method in class com.google.code.flexiframe.IFrame | |
Checks whether a top-level object has a higher Z-index off the root than the Iframe container (in other words, whether it's on a layer above this object) | |
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |