Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Martijn Habraken
12
Views
1
Comments
Inputfield OnBlur change written text to caps
Question
JavaScript
Personal Environment
Hi all,
I have a question. I have a simple record form and I want to add the following functionality: When I leave a certain input field I want that the text in that input field is changed to caps. It worked when I used onChange and a screen action, but is this possible
through
JavaScript in the extended properties? Somebody has an idea for this?
Tnx!
João Rosado
Staff
Hi Martijn,
In your input Extended Properties add one called onblur and in the value put "this.value=this.value.toUpperCase();"
That should do the trick.
Regards,
João Rosado
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...