Packagecom.google.code.flexiframe
Classpublic class IFrameExternalCalls
InheritanceIFrameExternalCalls Inheritance Object

A static class that holds the calls that can be made to the <codeph>ExternalInterface</codeph> by the <codeph>IFrame</codeph> class.



Public Properties
 PropertyDefined By
  FUNCTION_ASK_FOR_EMBED_OBJECT_ID : String = askForEmbedObjectId
[static] The name of the function that prompts the DOM objects to find the SWF object id.
IFrameExternalCalls
  FUNCTION_BRING_IFRAME_TO_FRONT : String = bringIFrameToFront
[static] The name of the JavaScript function that brings an IFrame to the front.
IFrameExternalCalls
  FUNCTION_CALLIFRAMEFUNCTION : String = callIFrameFunction
[static] The name of the JavaScript function that calls a function on an IFrame.
IFrameExternalCalls
  FUNCTION_CREATEIFRAME : String = createIFrame
[static] The name of the JavaScript function that creates an IFrame.
IFrameExternalCalls
  FUNCTION_GET_BROWSER_MEASURED_WIDTH : String = getBrowserMeasuredWidth
[static] The name of the Javascript function that gets the browser measured width.
IFrameExternalCalls
  FUNCTION_HIDEDIV : String = hideDiv
[static] The name of the JavaScript function that hides a Div.
IFrameExternalCalls
  FUNCTION_HIDEIFRAME : String = hideIFrame
[static] The name of the JavaScript function that hides an IFrame.
IFrameExternalCalls
  FUNCTION_HISTORY_BACK : String = historyBack
[static] The name of the Javascript function that loads the IFrame's last page in the history.
IFrameExternalCalls
  FUNCTION_HISTORY_FORWARD : String = historyForward
[static] The name of the Javascript function that loads the IFrame's next page in the history.
IFrameExternalCalls
  FUNCTION_LOADDIV_CONTENT : String = loadDivContent
[static] The name of the JavaScript function that loads content into a Div.
IFrameExternalCalls
  FUNCTION_LOADIFRAME : String = loadIFrame
[static] The name of the JavaScript function that loads an Iframe.
IFrameExternalCalls
  FUNCTION_MOVEIFRAME : String = moveIFrame
[static] The name of the JavaScript function that moves an IFrame.
IFrameExternalCalls
  FUNCTION_PRINT_IFRAME : String = printIFrame
[static] The name of the Javascript function that prints the IFrame.
IFrameExternalCalls
  FUNCTION_REMOVEIFRAME : String = removeIFrame
[static] The name of the JavaScript function that removes an IFrame.
IFrameExternalCalls
  FUNCTION_SETUP_RESIZE_EVENT_LISTENER : String = setupResizeEventListener
[static] The name of the Javascript function that setups the 'resize' event listener.
IFrameExternalCalls
  FUNCTION_SHOWDIV : String = showDiv
[static] The name of the JavaScript function that shows a Div.
IFrameExternalCalls
  FUNCTION_SHOWIFRAME : String = showIFrame
[static] The name of the JavaScript function that shows an IFrame.
IFrameExternalCalls
  INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_ID : String
[static] The Javascript code to call to insert the function that prompts the DOM objects to find the SWF object id.
IFrameExternalCalls
  INSERT_FUNCTION_BRING_IFRAME_TO_FRONT : String
[static] The JavaScript code to call to insert the function that moves an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_CALLIFRAMEFUNCTION : String
[static] The JavaScript code to call to insert the function that calls a function on an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_CREATEIFRAME : String
[static] The JavaScript code to call to insert the function that creates an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_GET_BROWSER_MEASURED_WIDTH : String
[static] The Javascript code to call to insert the function that gets the browser measured width.
IFrameExternalCalls
  INSERT_FUNCTION_HIDEDIV : String
[static] The JavaScript code to call to insert the function that hides a Div in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_HIDEIFRAME : String
[static] The JavaScript code to call to insert the function that hides an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_HISTORY_BACK : String
[static] The Javascript code to call to insert the function that loads the IFrame's last page in the history.
IFrameExternalCalls
  INSERT_FUNCTION_HISTORY_FORWARD : String
[static] The Javascript code to call to insert the function that loads the IFrame's next page in the history.
IFrameExternalCalls
  INSERT_FUNCTION_LOADDIV_CONTENT : String
[static] The JavaScript code to call to insert the function that loads content into a Div in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_LOADIFRAME : String
[static] The JavaScript code to call to insert the function that loads an Iframe in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_MOVEIFRAME : String
[static] The JavaScript code to call to insert the function that moves an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_PRINT_IFRAME : String
[static] The Javascript code to call to insert the function that prints the IFrame.
IFrameExternalCalls
  INSERT_FUNCTION_REMOVEIFRAME : String
[static] The JavaScript code to call to insert the function that removes an IFrame in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_SHOWDIV : String
[static] The JavaScript code to call to insert the function that shows a Div in the DOM.
IFrameExternalCalls
  INSERT_FUNCTION_SHOWIFRAME : String
[static] The JavaScript code to call to insert the function that shows an IFrame in the DOM.
IFrameExternalCalls
Public Methods
 MethodDefined By
  
[static] The Javascript code to call to insert the function that setups the 'resize' event listener.
IFrameExternalCalls
Property Detail
FUNCTION_ASK_FOR_EMBED_OBJECT_IDproperty
public static var FUNCTION_ASK_FOR_EMBED_OBJECT_ID:String = askForEmbedObjectId

The name of the function that prompts the DOM objects to find the SWF object id.

FUNCTION_BRING_IFRAME_TO_FRONTproperty 
public static var FUNCTION_BRING_IFRAME_TO_FRONT:String = bringIFrameToFront

The name of the JavaScript function that brings an IFrame to the front.

FUNCTION_CALLIFRAMEFUNCTIONproperty 
public static var FUNCTION_CALLIFRAMEFUNCTION:String = callIFrameFunction

The name of the JavaScript function that calls a function on an IFrame.

FUNCTION_CREATEIFRAMEproperty 
public static var FUNCTION_CREATEIFRAME:String = createIFrame

The name of the JavaScript function that creates an IFrame.

FUNCTION_GET_BROWSER_MEASURED_WIDTHproperty 
public static var FUNCTION_GET_BROWSER_MEASURED_WIDTH:String = getBrowserMeasuredWidth

The name of the Javascript function that gets the browser measured width.

FUNCTION_HIDEDIVproperty 
public static var FUNCTION_HIDEDIV:String = hideDiv

The name of the JavaScript function that hides a Div.

FUNCTION_HIDEIFRAMEproperty 
public static var FUNCTION_HIDEIFRAME:String = hideIFrame

The name of the JavaScript function that hides an IFrame.

FUNCTION_HISTORY_BACKproperty 
public static var FUNCTION_HISTORY_BACK:String = historyBack

The name of the Javascript function that loads the IFrame's last page in the history.

FUNCTION_HISTORY_FORWARDproperty 
public static var FUNCTION_HISTORY_FORWARD:String = historyForward

The name of the Javascript function that loads the IFrame's next page in the history.

FUNCTION_LOADDIV_CONTENTproperty 
public static var FUNCTION_LOADDIV_CONTENT:String = loadDivContent

The name of the JavaScript function that loads content into a Div.

FUNCTION_LOADIFRAMEproperty 
public static var FUNCTION_LOADIFRAME:String = loadIFrame

The name of the JavaScript function that loads an Iframe.

FUNCTION_MOVEIFRAMEproperty 
public static var FUNCTION_MOVEIFRAME:String = moveIFrame

The name of the JavaScript function that moves an IFrame.

FUNCTION_PRINT_IFRAMEproperty 
public static var FUNCTION_PRINT_IFRAME:String = printIFrame

The name of the Javascript function that prints the IFrame.

FUNCTION_REMOVEIFRAMEproperty 
public static var FUNCTION_REMOVEIFRAME:String = removeIFrame

The name of the JavaScript function that removes an IFrame.

FUNCTION_SETUP_RESIZE_EVENT_LISTENERproperty 
public static var FUNCTION_SETUP_RESIZE_EVENT_LISTENER:String = setupResizeEventListener

The name of the Javascript function that setups the 'resize' event listener.

FUNCTION_SHOWDIVproperty 
public static var FUNCTION_SHOWDIV:String = showDiv

The name of the JavaScript function that shows a Div.

FUNCTION_SHOWIFRAMEproperty 
public static var FUNCTION_SHOWIFRAME:String = showIFrame

The name of the JavaScript function that shows an IFrame.

INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_IDproperty 
public static var INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_ID:String

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_FRONTproperty 
public static var INSERT_FUNCTION_BRING_IFRAME_TO_FRONT:String

The JavaScript code to call to insert the function that moves an IFrame in the DOM.

INSERT_FUNCTION_CALLIFRAMEFUNCTIONproperty 
public static var INSERT_FUNCTION_CALLIFRAMEFUNCTION:String

The JavaScript code to call to insert the function that calls a function on an IFrame in the DOM.

INSERT_FUNCTION_CREATEIFRAMEproperty 
public static var INSERT_FUNCTION_CREATEIFRAME:String

The JavaScript code to call to insert the function that creates an IFrame in the DOM.

INSERT_FUNCTION_GET_BROWSER_MEASURED_WIDTHproperty 
public static var INSERT_FUNCTION_GET_BROWSER_MEASURED_WIDTH:String

The Javascript code to call to insert the function that gets the browser measured width.

INSERT_FUNCTION_HIDEDIVproperty 
public static var INSERT_FUNCTION_HIDEDIV:String

The JavaScript code to call to insert the function that hides a Div in the DOM.

INSERT_FUNCTION_HIDEIFRAMEproperty 
public static var INSERT_FUNCTION_HIDEIFRAME:String

The JavaScript code to call to insert the function that hides an IFrame in the DOM.

INSERT_FUNCTION_HISTORY_BACKproperty 
public static var INSERT_FUNCTION_HISTORY_BACK:String

The Javascript code to call to insert the function that loads the IFrame's last page in the history.

INSERT_FUNCTION_HISTORY_FORWARDproperty 
public static var INSERT_FUNCTION_HISTORY_FORWARD:String

The Javascript code to call to insert the function that loads the IFrame's next page in the history.

INSERT_FUNCTION_LOADDIV_CONTENTproperty 
public static var INSERT_FUNCTION_LOADDIV_CONTENT:String

The JavaScript code to call to insert the function that loads content into a Div in the DOM.

INSERT_FUNCTION_LOADIFRAMEproperty 
public static var INSERT_FUNCTION_LOADIFRAME:String

The JavaScript code to call to insert the function that loads an Iframe in the DOM.

INSERT_FUNCTION_MOVEIFRAMEproperty 
public static var INSERT_FUNCTION_MOVEIFRAME:String

The JavaScript code to call to insert the function that moves an IFrame in the DOM.

INSERT_FUNCTION_PRINT_IFRAMEproperty 
public static var INSERT_FUNCTION_PRINT_IFRAME:String

The Javascript code to call to insert the function that prints the IFrame.

INSERT_FUNCTION_REMOVEIFRAMEproperty 
public static var INSERT_FUNCTION_REMOVEIFRAME:String

The JavaScript code to call to insert the function that removes an IFrame in the DOM.

INSERT_FUNCTION_SHOWDIVproperty 
public static var INSERT_FUNCTION_SHOWDIV:String

The JavaScript code to call to insert the function that shows a Div in the DOM.

INSERT_FUNCTION_SHOWIFRAMEproperty 
public static var INSERT_FUNCTION_SHOWIFRAME:String

The JavaScript code to call to insert the function that shows an IFrame in the DOM.

Method Detail
INSERT_FUNCTION_SETUP_RESIZE_EVENT_LISTENER()method
public static function INSERT_FUNCTION_SETUP_RESIZE_EVENT_LISTENER(frameId:String):String

The Javascript code to call to insert the function that setups the 'resize' event listener. When a 'resize' event is received, it is queued and the Flex application is not notified unless there is no new 'resize' event in the next 10 milliseconds. This is to prevent unexpected behaviours with elovedInternet Explorer sending bursts of events.

Parameters

frameId:String

Returns
String