rmc_website/dsishop/NCL/ec/activeKeyboard.js

5 lines
119 B
JavaScript

function ActiveKeyboard( type, title, field )
{
var kong_ = new Kong;
kong_.KbdActive( type, title, field );
}