
public class FormPanelImplIE8 extends FormPanelImpl
FormPanelImpl.| Constructor and Description |
|---|
FormPanelImplIE8() |
| Modifier and Type | Method and Description |
|---|---|
void |
hookEvents(Element iframe,
Element form,
FormPanelImplHost listener)
Hooks the iframe's onLoad event and the form's onSubmit event.
|
void |
unhookEvents(Element iframe,
Element form)
Unhooks the iframe's onLoad event.
|
getContents, getEncoding, reset, setEncoding, submitpublic void hookEvents(Element iframe, Element form, FormPanelImplHost listener)
FormPanelImplhookEvents in class FormPanelImpliframe - the iframe whose onLoad event is to be hookedform - the form whose onSubmit event is to be hookedlistener - the listener to receive notificationpublic void unhookEvents(Element iframe, Element form)
FormPanelImplunhookEvents in class FormPanelImpliframe - the iframe whose onLoad event is to be unhookedform - the form whose onSubmit event is to be unhookedCopyright © 2018. All rights reserved.