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)
DOMImpl
createIFrameElement
在类中 DOMImpl
doc
- the documentname
- the name attribute valueDOMImpl.createIFrameElement(com.google.gwt.dom.client.Document, java.lang.String)