Approach:
To make generic solution, we added following piece of javascript code in delivered PT_EDITSCRIPT HTML definition:
/* Custom JavaScript Function */
function autotab(original,destination){
if (original.getAttribute&&original.value.length==original.getAttribute("maxlength"))
destination.focus()
return "";
}
And then added an HTML area in the requested page with a constant value as below:
No comments:
Post a Comment