All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dominokit.domino.ui.utils.DominoDocument Maven / Gradle / Ivy

There is a newer version: 1.0.139
Show newest version
package org.dominokit.domino.ui.utils;

import elemental2.dom.Element;
import elemental2.dom.HTMLDocument;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class DominoDocument extends HTMLDocument {
    public Element activeElement;
    public native void execCommand(String aCommandName, boolean aShowDefaultUI, String aValueArgument);
    public native void execCommand(String aCommandName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy