Interface MfVirtualKeyboardOptions

interface MfVirtualKeyboardOptions {
    acceptSpecialChars?: boolean;
    charset?: string;
    charsetText?: boolean;
    cleanHtml?: boolean;
    commandes?: string[];
    listeBoutons?: string[];
    replacefracdfrac?: boolean;
    transposeMat?: boolean;
}

Properties

acceptSpecialChars?: boolean
charset?: string
charsetText?: boolean
cleanHtml?: boolean
commandes?: string[]
listeBoutons?: string[]
replacefracdfrac?: boolean
transposeMat?: boolean