Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert lowercase to uppercase while typing

kingjamesJun 24 2013 — edited Jun 24 2013

Hi,  I want to convert lowercase letters the user types in a textfield to uppercase on keyrelease.

Right now, i am able to do it by adding the following  code on for the textfiled.

onKeyUp="this.value = this.value.toUpperCase()"

Since, there are many textfields on my page it is pain to add on all the fileds one by one.

Is there a way that I can do it once and it applies for the entire page?

thanks,

This post has been answered by jariola on Jun 24 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2013
Added on Jun 24 2013
1 comment
623 views