EasyUI Forum
May 02, 2024, 03:34:10 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Textbox capitalize first character  (Read 3867 times)
Spike
Newbie
*
Posts: 22


View Profile
« on: October 28, 2016, 03:00:35 AM »

Hello,

I want to capitalize the first character in a Textbox or Validate box;

This doesn't work;

<input class="easyui-textbox"  name="handelsnaam" data-options="required:true "  style="width:100%; text-transform: capitalize;" >

Can somebody help me?

Thanx in Advance.

Hans
« Last Edit: October 28, 2016, 03:06:37 AM by Spike » Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: October 28, 2016, 08:58:08 AM »

Please use this code instead.
Code:
<input id="handelsnaam" class="easyui-textbox"  name="handelsnaam" data-options="required:true "  style="width:100%;" >
<script type="text/javascript">
    $(function(){
        $('#handelsnaam').textbox('textbox').css('text-transform','capitalize');
    })
</script>
Logged
Spike
Newbie
*
Posts: 22


View Profile
« Reply #2 on: October 29, 2016, 12:38:22 AM »

Thanx Jarry!

It works! Grin
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!