EasyUI Forum
April 18, 2024, 08:55:46 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: Character-Set - mutated vowel  (Read 3749 times)
jaimi
Full Member
***
Posts: 119


View Profile
« on: July 14, 2017, 12:17:05 AM »

hi, I have a strange behavier of displaying characters in tooltips and drop-down-menues. Huh

If I put it like that

  ,{field :'CST_CURRENCY',title:'Währung',width:100,sortable:'true',align:'left'
     ,editor  : {
        type   :'combobox'
      ,options:{
         valueField:'CST_CURRENCY'
        ,textField:'CST_DES'
       ,url:'zuchtperiode.lkp.cur.json'
       ,value   : 'EUR'
       ,required:true
       ,editable:true
       ,prompt:'Währung...'
       ,missingMessage: 'Wählen Sie die Währung aus.'
       }

I get this as result: x1.jpg

If I put it like this:

 ,editable:true
       ,prompt:'Währung...'
       ,missingMessage: 'Wählen Sie die Währung aus.'

I get this as result: x2.jpg

Why can I not use the real character: ä Huh
And how can I get the appearance of the drop-down prompt right?

Thanks.
jaimi




Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: July 15, 2017, 06:01:23 AM »

Please look at this example http://code.reloado.com/ezecif/edit#preview. It works fine on chrome,safari...
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!