EasyUI Forum
May 02, 2024, 01:24:27 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2] 3 4
16  General Category / EasyUI for jQuery / Re: Problem with loading data into filebox on: July 26, 2016, 06:55:50 PM
Anyway to show up the text inside it when pop up the form?
17  General Category / EasyUI for jQuery / Problem with loading data into filebox on: July 25, 2016, 02:40:47 AM
I have datagrid to hold the rows data.
By clicking edit on each row, it will pop up data into form field.
I used filebox inside the form. The problem i got "SecurityError: The operation is insecure."
Any solution to load data(field) into filebox?
Thanks,
18  General Category / EasyUI for jQuery / Problem with form onchange on: May 09, 2016, 08:12:16 PM
In my form i have a few fields included one field to store number with easyui-numberbox.
I have datagrid to view, add and edit data.
So the problem is when i try to edit data by double click on row or click edit button, it fire the onchange form.
Actually, to show data on form, i use $('#fm').form('load', row)
I use console.log(target), and see only easyui-numberbox field recorded.
19  General Category / EasyUI for jQuery / Re: How to get Checkbox value from Datagrid editor on: March 30, 2015, 02:05:22 AM
Ok, got it!
Thanks.
20  General Category / EasyUI for jQuery / Re: How to get Checkbox value from Datagrid editor on: March 30, 2015, 12:36:54 AM
Code:
<th data-options="field:'status',width:15"  align='center' editor="{type:'checkbox',options:{on:'v',off:'n'}}">status</th>
function getRowIndex(target) {
            var tr = $(target).closest('tr.datagrid-row');
            return parseInt(tr.attr('datagrid-row-index'));
        }
function saverow(target){
  var status = $('#dg').datagrid('getEditor', {index: getRowIndex(target), field: 'status'});
  var v_status = $(status.target).val();
  alert(v_status)
}
And the result i got is alway 'v' even i did not check it.
21  General Category / EasyUI for jQuery / How to get Checkbox value from Datagrid editor on: March 27, 2015, 08:10:46 PM
Dear all,
How to get Checkbox value from Datagrid editor type=checkbox?
Thanks all.
22  General Category / EasyUI for jQuery / Re: How to merge cell in datagrid footer on: June 20, 2014, 01:55:13 AM
Could you show the code in http://jsfiddle.net ?
23  General Category / EasyUI for jQuery / Re: Attach searchbox to pagination in Datagrid on: June 19, 2014, 08:51:13 PM
It seems has problem with old version 1.3.3
Could you fix something to make it works on 1.3.3?
24  General Category / EasyUI for jQuery / How to merge cell in datagrid footer on: June 19, 2014, 07:43:33 PM
I need to display 'Grand Total Sales' in footer, but i have many columns that made each column seem to have a small width.
So any idea beside merge cell in order to display long data?
25  General Category / EasyUI for jQuery / Re: Attach searchbox to pagination in Datagrid on: June 19, 2014, 06:53:14 PM
Help!!!!
26  General Category / EasyUI for jQuery / Re: Attach searchbox to pagination in Datagrid on: June 13, 2014, 08:23:00 PM
Sorry, It's not work. Maybe it's wrong [appendTo('body')]...but i cannot fix it.
27  General Category / EasyUI for jQuery / Attach searchbox to pagination in Datagrid on: May 26, 2014, 11:15:04 PM
I would like to attach searchbox to pagination in Datagrid.
How to do that?
28  General Category / EasyUI for jQuery / Prevent click on the same linkbutton in group on: February 26, 2014, 12:45:35 AM
Suppose i have 3 linkbuttons[btn1, btn2, btn3] in group.
Now i click on btn1, so it will toggle.
The question is, after the btn1 toggle, how can i disable click event on btn1?

29  General Category / EasyUI for jQuery / Re: Make Linkbutton look like Tabs with image on: February 18, 2014, 07:27:31 PM
That's great! I'm waiting... please make it support big size of icon(32px or up).
30  General Category / EasyUI for jQuery / Make Linkbutton look like Tabs with image on: February 17, 2014, 02:44:51 AM
With Linkbutton, we can only use {iconalign: left || right} to align icon to left || right.
Can we have chance to make it look like tabs with image (icon goes to top, text goes to bottom)?
Pages: 1 [2] 3 4
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!