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

Restrict File Upload by File Type in Oracle Apex

If you want to restrict file upload by file type/extension/format you can follow the below steps.  Goto File Browser Item --> Advanced --...