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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to convert entered input to uppercase/initcap when user move off the field

Soukaina IDRISSIFeb 22 2018 — edited Feb 28 2018

Hi everyone,

I was created one Item Page with TYPE= Text Field, and i want to get it uppercase/initcap once the user move up the field, and store it like that in my external table.

For that i want to add JS code, in the HTML Form Element Attributes

onBlur="javascript:{this.value = this.value.toUpperCase(); }"

Except that, i cant get this section in my item.
So how can i fix that ?

Thank you for help

This post has been answered by Daljit R on Feb 23 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2018
Added on Feb 22 2018
20 comments
3,694 views