EasyUI Forum
May 04, 2024, 01:57:56 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: text type editor's height is too samll than line height in editable datagrid  (Read 4533 times)
cdtuql
Newbie
*
Posts: 26


View Profile Email
« on: January 05, 2015, 10:29:38 PM »

in editable datagrid ,the editor of combobox 's height is right,but the text type's height  is too small than the line height,how can i do
editor:{type:'text',options:{panelHeight:'auto'}} ,the height is too samll,
but
 editor:{type:'combobox',options:{.....   }} is all right

the version is 1.4.1 with the setValue patch.
                                                                                                          
« Last Edit: January 05, 2015, 10:31:44 PM by cdtuql » Logged
Opan Mustopah
Full Member
***
Posts: 164


Indonesia


View Profile Email
« Reply #1 on: January 10, 2015, 11:44:43 PM »

try to set height properties in editor:

Code:
editor:{
  type:'textbox',
    options:{
      height: 50 // set height with what you want
    }
}
hope it helps
Logged

-- Bajak Otak --
*** Sorry for my bad english :3 ***
--JeasyUI version 1.4--
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!