EasyUI Forum
May 31, 2024, 04:56:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: How to Get the value of the numberbox before losing focus? on: September 24, 2014, 01:09:47 AM
Double click - edit;
Enter key - edit next cell;
Down arrow key - edit next row;

please edit cell value and press enter or down arrow key to edit next row, The numberbox at the cursor have not been saved
2  General Category / Bug Report / How to Get the value of the numberbox before losing focus? on: September 23, 2014, 11:36:28 PM
Edatagrid Control
Press the DOWN arrow key to edit the next line,Numberbox values have not been saved when the cursor in numberbox.

MAY BE unable to get numberbox value before save row
3  General Category / EasyUI for jQuery / How to Get the value of the numberbox before losing focus? on: September 15, 2014, 07:54:06 PM
Edatagrid Control
Press the DOWN arrow key to edit the next line,Numberbox values have not been saved when the cursor in numberbox.

MAY BE unable to get numberbox value before save row
4  General Category / Bug Report / Data contained " >,etc. special symbols, Unable to display properly on: September 26, 2013, 12:43:23 AM
Code:
<input class="easyui-combobox" 
name="language"
data-options="
url:'combobox_data3.json',
method:'get',
valueField:'id',
textField:'text',
panelHeight:'auto'
">
Code:
combobox_data3.json:
[{
"id":"\"abc",
"text":"\"abc"
},{
"id":"&gt;",
"text":"&gt;"
},{
"id":">",
"text":">"
}]

Unable to display properly
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!