Enter numbers only ??
Want to enter numbers only without letters?
++++++++++++++++++
setTimeout(function () {
textinputtitle.restrict = "0-9" + "٠-٩";
dom_overlay_container.children["textinputtitle"].maxLength = 1;
what_change();
}, 0);
==================

