Methods

addButtonTheme

Adds an entry to the buttonTheme. Basically a way to add a class to a button. Unlike the "buttonTheme" property, which replaces entries, "addButtonTheme" creates entries or modifies existing ones.

this.keyboard.addButtonTheme("a b c {enter}", "myClass1 myClass2");