CRM 2016 Javascript - Keypress methods

addOnKeyPress

Xrm.Page.getControl("").addOnKeyPress(ToUpperCase);

function ToUpperCase() {
    alert("");

}

removeOnKeyPress

Xrm.Page.getControl("").removeOnKeyPress(ToUpperCase);

function ToUpperCase() {
    alert("");
}

fireOnKeyPress

Xrm.Page.getControl("").fireOnKeyPress();

Hiç yorum yok:

Yorum Gönder