Package com.orchestranetworks.ui
Interface JavaScriptCatalog.EbxHtmlButtonElement
-
- Enclosing interface:
- JavaScriptCatalog
public static interface JavaScriptCatalog.EbxHtmlButtonElementRepresents an HTML button generated by EBX® using a JavaUIButtonSpecobject.For example, to obtain this kind of element, the id must be set first in Java by invoking
UIButtonSpec.setId("myButtonId"); then, in JavaScript by invokingdocument.getElementById("myButtonId").