EasyUI Forum
May 04, 2024, 03:33:37 PM *
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
1  General Category / Bug Report / Re: panel bug remote content dose not dispose on: May 22, 2015, 03:33:59 AM
Please describe your issue in more detail. Provide an example to demonstrate your issue.

create an a.html that have panel inside and a button.
when click on a button load b.html content to the panel
inside b.html is  <input id="inp"/>

call $('#inp').length after each click on a button

will get 1 Huh
for each click length is ++
i think content dose not dispose
2  General Category / Bug Report / panel bug remote content dose not dispose on: May 19, 2015, 10:37:46 AM
panel remote content dose not dispose
i have panel that get content from remote url and menu that when i click on each item of menu content load from url
when i find some DOM value using jquery i find that all content load from last url still is in conetent

in first
$('#id').length ----> 1//get one input that have id=id

after tree time click menu
$('#id').length ----> 3//get one input that have id=id

i clear and siable cache but not work
plz help me
 Huh Huh Huh
3  General Category / General Discussion / Re: datagrid formatter bug on: May 19, 2015, 10:36:28 AM
yes i know that .i want show another column that format it

for example column is price  i want to show

price ---- status
100          good
-100         bad

formatter is good for >0 and bad is for <0 .
4  General Category / General Discussion / Re: datagrid formatter bug on: May 19, 2015, 08:15:31 AM
why?Huh??
5  General Category / General Discussion / datagrid formatter bug on: May 18, 2015, 09:48:59 AM
<table id="dg_flatCostPayment" class="easyui-datagrid" align="center" width="100%"
      data-options="singleSelect:true,rownumbers:true,pagination:true>
      <thead>
         <tr>
            <th data-options="field:'accountDateShamsi',width:200">accountDateShamsi</th>
            <th data-options="field:'price',width:100,formatter:formatPrice">price</th>
            <th data-options="field:'price',width:100,formatter:formatOther">priceOther</th>
         </tr>
      </thead>
   </table>



formatter for formatOther dose not work and show formatter for price in price other

 Huh Huh Huh Huh
6  General Category / General Discussion / Re: how to set $.ajax to async:false in combobox remote on: May 08, 2015, 03:08:39 AM
thanks alot for help me for this question and others.
7  General Category / General Discussion / how to set $.ajax to async:false in combobox remote on: May 07, 2015, 11:35:15 AM
how to set $.ajax to async:false in combobox remote

$.ajax({
            type: opts.method,
            url: opts.url,
            data: param,
                                async:false, Huh Huh Huh
            dataType: 'json',
            success: function(data){
               success(data);
            },
            error: function(){
               error.apply(this, arguments);
            }
         });
8  General Category / General Discussion / easyui and angular on: April 29, 2015, 09:41:03 AM
is easyui have decision or road map  to compatible all components  with angular or
write all component using directive .
i think angular pattern in javascript framework  have conflict  with easy ui pattern .and i can not integrate angular with easy ui.

plz help me. Huh Huh Huh Huh Huh Huh Huh Huh
9  General Category / General Discussion / Re: clear combobox on: April 27, 2015, 09:11:15 AM
Please call 'unselect' method to unselect a item.
Code:
var value = ...  // the item value to be selected
$('#cc').combobox('unselect', value);


 Grin Grin Grin Grin
i asked how user(not developer) can do it?
for solve this problem i added a button that user click it and then unselect combo ? this is good idea!!!!!
10  General Category / General Discussion / clear combobox on: April 26, 2015, 09:07:54 AM
i have a combobox that editable:false,required:false


user select one item and then want to clear selected item how do it HuhHuhHuhHuh?
 Huh Huh Huh Huh
11  General Category / General Discussion / Re: how to select first item in combobox after load data on: April 26, 2015, 09:05:21 AM
thanks a lot
12  General Category / General Discussion / angular and jquery easyui ng-model on: April 17, 2015, 01:35:02 AM
one of my big problem in ng-model.
how can set combobox or textbox or combotree  value to ng-model (two way binding)
can u give me an example?
13  General Category / General Discussion / Re: how can id add tooltip to pagination buttons on: April 17, 2015, 01:32:52 AM


how can do it for all datagrid pagination .your solution is hard to set to all datagrid
 Tongue Tongue Tongue Tongue Huh Huh
14  General Category / General Discussion / how to select first item in combobox after load data on: April 17, 2015, 01:31:01 AM
how to select first item in combobox after load data  in all combobox
 Huh Huh Huh Huh
15  General Category / EasyUI for jQuery / Re: How it working with AngularJS ? on: April 16, 2015, 11:20:09 AM


i think this very simple example and dose not show problems
one of my big problem in ng-model.
how can set combo or textbox value to ng-model (two way binding)
can u give me example
Pages: [1] 2 3
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!