Search This Blog

Sunday, January 7, 2018

INPUT UPPER CASE IN ORACLE APEX

INPUT UPPER CASE IN WITHOUT CAPS LOCK IN ORACLE APEX BY USING
JavaScript or CSS

JavaScript: Use it in custom attribute : onKeyUp="this.value=this.value.toUpperCase();"

CSS: Use it as CSS :  style="text-transform: uppercase;"



No comments:

Post a Comment

PDF to Text Covert by Oracle Apex

Here are the steps to convert and get the character into a region by Oracle Apex. Step1.  Create a page and Copy-Pest the below code into Pa...