public class DOMImplIE extends DOMImpl
Implementation for all MSIE browsers.
| 构造器和说明 |
|---|
DOMImplIE() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.gwt.dom.client.Element |
createIFrameElement(com.google.gwt.dom.client.Document doc,
java.lang.String name)
Creates an iFrame element with the given name attribute.
|
public com.google.gwt.dom.client.Element createIFrameElement(com.google.gwt.dom.client.Document doc,
java.lang.String name)
DOMImplcreateIFrameElement 在类中 DOMImpldoc - the documentname - the name attribute valueDOMImpl.createIFrameElement(com.google.gwt.dom.client.Document, java.lang.String)