![]()
Adds the key value pairs from a map like data structure to a form
Arguments:
|
code » | ||||||
![]()
Gets a static form, one for all instances of IframeIo since IE6 leaks form
nodes that are created/removed from the document.
Returns: !HTMLFormElement
The static form.
|
code » | ||||||
![]()
Find an iframe by name (assumes the context is goog.global since that is
where IframeIo's iframes are kept).
Arguments:
Returns: HTMLIFrameElement
The iframe element with that name.
|
code » | ||||||
Find an instance of the IframeIo object by name.
Arguments:
Returns: goog.net.IframeIo
The instance of IframeIo.
|
code » | ||||||
No description.
Returns: string
The next iframe name.
|
code » | ||||||
![]()
Handles incremental data and routes it to the correct iframeIo instance.
The HTML page requested by the IframeIo instance should contain script blocks
that call an externed reference to this method.
|
code » | ||||||
![]()
Static send that creates a short lived instance of IframeIo to send the
request.
Arguments:
|
code » | ||||||
No description.
Returns: boolean
Whether we can use readyState to monitor iframe loading.
|
code » |