Jump to content

TunimDBMemo - CharCase uppercase


Recommended Posts

8 hours ago, Alexandre Trevizoli said:

I'm trying to make TunimDbMemo working only in uppercase.

"Your answer about charcase on memo not works in mobile memo."

Many solutions, here is one of them...

function painted(sender, eOpts)
{
    sender.inputElement.setStyle('text-transform', 'uppercase');
}

 

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...