Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
#826915
manalidhuri wrote: Thu Nov 07, 2019 2:00 am How to transform text area field into uppercase letters?
Not sure what you're trying to do but if you want that everytime the user enter something, it transform the text in the textarea to uppercase, you can add this code to your javascript where id is the id of the control:
Code: Select all
$("#id").getControl().keydown(function(e){
  var text = e['target']['value'];
  text = text.toUpperCase();
  $("#id").setValue(text);
});

Tapping into the rapidly growing NFT market: The N[…]

Your blog post is excellent. What you have shared […]

In today's digital age, the metaverse is emerging […]

Binance clone is the ready-to-go online solution t[…]