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, 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, package com.google.code.flexiframe
An IFrame which you can embed into Flex applications to show an HTML page.
IFrame(id:String) — Constructor, class com.google.code.flexiframe.IFrame
Build a new IFrame.
_iframeContentHost — Property, class com.google.code.flexiframe.IFrame
IFrame content host.
IFrameExternalCalls — class, 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, class com.google.code.flexiframe.IFrame
The IFrame ID.
INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_ID — Static Property, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.google.code.flexiframe.IFrameExternalCalls
The Javascript code to call to insert the function that prints the IFrame.
INSERT_FUNCTION_REMOVEIFRAME — Static Property, 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:String) — Static Method , 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, 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, class com.google.code.flexiframe.IFrameExternalCalls
The JavaScript code to call to insert the function that shows an IFrame in the DOM.
isAncestor(obj:flash.display:DisplayObject) — method, 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:flash.display:DisplayObject) — method, 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