EasyUI Forum
December 20, 2025, 04:40:06 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
1  General Category / EasyUI for jQuery / Tab Content Controll on: October 14, 2014, 01:31:28 AM
Hi, i have three Tab with their contents (TAB1,TAB2,TAB3,TAB4), one of my tab content is exists datagrid (for example TAB1) . the problem is when i return to TAB 1, the style of datagrid become irregular and miss its style, mean the datagrid refresh again . how to control this event(Tab Exist)??


tnx  Smiley
2  General Category / EasyUI for jQuery / Formatter foe TEXTBOX on: August 18, 2014, 01:31:41 AM
HI...
i want to have a formatter for the textbox , like datagird. how can ??

thank you  Smiley
3  General Category / EasyUI for jQuery / Re: Tab Content by Tree onClick on: August 02, 2014, 10:58:02 PM
thanks  Smiley it's works
4  General Category / EasyUI for jQuery / Re: Tab Content by Tree onClick on: August 02, 2014, 02:03:29 AM
thanks  Wink

I think the title of the tab most the same as jsp name:

Code:
 
var tt= $('#tab').tab('options').title;
function addPanel(node) {  
          index++;
          $('#tab').tabs('add', {
              title: node.text,
href:tt+'.jsp',
              closable: true
          });
      }


it is right?
5  General Category / EasyUI for jQuery / Tab Content by Tree onClick on: August 01, 2014, 11:11:15 PM
How do i have different content for my tabs dynamically? Huh. i have a tree with some nodes(Form,AddUser,Search), that when click on each node the "addpanel()" function of tab work and make tab,but i have different JSP page, how can i have more than one href for my tab, when i click on tree node the related  jsp page appear in my tab. tnx  Grin





6  General Category / EasyUI for jQuery / combobox problem,load data on: May 07, 2014, 10:43:30 PM
hi every body, i have a problem, my data doesn't load in combobox, whats the reason?
i checked all the field for many times,but it doesn't work. thank U Huh  Wink

<input id="cmbtopic" class="easyui-combobox" name="topic" data-options="
                                    url:'<c:url value = '/rest/clc/definition/clctopic/list' />',
                                    method:'get',
                                    valueField:'id',
                                    textField:'name',
                                    panelHeight:'auto',
                                    editable:false
                              ">
7  General Category / EasyUI for jQuery / Combogrid Textfeild on: April 25, 2014, 09:47:37 PM
hi, i have a big problem, i use a formatter for one of a field in a combogrid to show 'firstName'+'lastName' and load them in combogrid. its work, but for the textfeild  option of combogrid it doesnt work and i can just have one of them fore example : 'firstName' . how can combogrid text become 'firstName'+'lastName'.

thank U  Wink

///////////////////Combogrid Fromatter/////////////////////////////
function ComboFotmatter(param) {
         var cc = $('#cc').combogrid('grid');
         cc.datagrid(function(value, row, index) {
            var NameFamily = row.param.uacUser.firstName + " - "
                  + row.param.uacUser.lastName;
            return [ NameFamily ];
         })
      }




//////////////////////////////////////////////Combogrid////////////////////////////////////////////

<select name="uacUser"  id="cc" class="easyui-combogrid" style="width:250px" data-options="
                                            pagination:true,
                                       panelWidth: 500,
                                       textField:  'firstName',
                                       idField:'id',
                                       url: '<c:url value = '/rest/uac/usersetting/uacuser/list' />',
                                       method: 'get',
                                       columns: [[
                                                   {field:'firstName',title:'firstName',width:80,formatter:UacUserFormatter},
                                                   {field:'personnelCode',title:'personnelCode',width:80,align:'right'},
                                                   {field:'isLocked',title:'isLocked',width:80,align:'right'},

{field:'isEnabled',title:'isEnabled',width:80},
                                                
]],
                                          
fitColumns: true,">
</select>   
8  General Category / EasyUI for jQuery / Combogrid Direction on: March 25, 2014, 09:44:07 PM
hi
how can i change Data direction in Combogrid, the style of <select style="direction:rtl">, but it doesn't work. please help me  Smiley


thanks a lot
9  General Category / EasyUI for jQuery / Re: Combobox with pagination on: March 14, 2014, 11:09:17 PM
yes,in data option:

pagination:true,
10  General Category / EasyUI for jQuery / Re: how can have more than one feild on: March 04, 2014, 04:41:43 AM
tnx,but i have more than one feild in <th>,some more feild in some <th>



 Wink
11  General Category / EasyUI for jQuery / how can have more than one feild on: March 04, 2014, 01:08:21 AM
hi
i want to have more than one field in data grid:
<th data-options="field:'isEnabled'" sortable="true">
            <spring:message code="UI.General.Active" />
</th>
in this example  have one field"isEnabled"

thnks
12  General Category / EasyUI for jQuery / right click in data grid on: February 16, 2014, 12:16:17 AM
hi every body, activing the right click with "onRowContextMenu:onContextMenu" but the widow box just when click no right click,mean i want to make the datagrid sames this:

http://jeasyui.com/demo/main/index.php?plugin=Tree&theme=default&dir=ltr&pitem=

thnaks all  Cheesy
13  General Category / EasyUI for jQuery / Re: how to save inline editing in database on: February 09, 2014, 11:38:29 PM
thanks, but is hat make JSON code to send data?
14  General Category / EasyUI for jQuery / how to save inline editing in database on: February 09, 2014, 05:04:51 AM
hello every body:
how can save the inline editing ,please refer to this page :

http://jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=

the accept button just save the data in client side not send to data base! how can i do that?

thanks.....  Grin
15  General Category / EasyUI for jQuery / Re: Fullcalendar + easyUI on: February 09, 2014, 04:05:59 AM
hoe can change the locale and all the format in shamsi date? Huh
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!