EasyUI Forum
May 16, 2024, 08:19:33 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 ... 8
16  General Category / EasyUI for jQuery / Re: Remove Grid Row on: January 02, 2016, 03:49:24 PM
Hi Stworthy,

It looks like calling getSelected on editable cell grid return null, so that i could not get the selected row index.
It even does not trigger onSelect row method. Is it considered as a bug ?

Please check the js fiddle link here. http://jsfiddle.net/72m654kg/1/


My workaround at the moment is to maintain global variable to store the selected row from ClickRow even and later get the index from that variable.

Code:
var selectedRow = null;
...
onClickRow: function(index, row){
     selectedRow = row;
}
...
//I user selectedRow to get index to use as deleteRow parameter.
17  General Category / EasyUI for jQuery / Re: Validation On Editable Combobox on: January 02, 2016, 04:32:12 AM
Ah, i found the solution in this thread http://www.jeasyui.com/forum/index.php?topic=3364.0
18  General Category / EasyUI for jQuery / Validation On Editable Combobox on: January 02, 2016, 04:03:13 AM
Hi,

Let say i have 2 rows data in editable combobox with required:true.

id:1, text: 'one'
id:2, text: 'two'

If i type '3' or 'three' and validate on submit $(this).form('validate'); it passes.

How can i set the combobox to be invalid when value is not in 1 or 2? Do i have to loop and check manually ?

Thanks
19  General Category / General Discussion / Add Favorite Feature In Forum on: December 18, 2015, 06:26:35 PM
Hi,

Is there a way to mark a thread as favorite or give a star, so when someday i need some specific solution i can simply look in my favourite thread list. This would be very handy.

Thanks.
20  General Category / EasyUI for jQuery / Filebox clear button on: December 17, 2015, 08:31:19 PM
Hi,

How to add additional button to filebox to clear filebox value ?

Thanks
21  General Category / General Discussion / Re: Multiple Button in textbox on: December 06, 2015, 04:41:47 AM
Hi Jarry,

That's perfect. One more question, i hope this won't annoy you  Wink.

what if i want to show icon both in left and right at the same time, something like whatsapp's message textbox. Is it possible ?

Thank you.
22  General Category / EasyUI for jQuery / Reset Grid Parameter on: December 05, 2015, 09:14:47 PM
Hi All,

Is there a way to reset grid parameter like it is first initialized ?
So when reload remote data it won't submit any additional parameter i set before.

Thanks.
23  General Category / General Discussion / Re: Multiple Button in textbox on: December 05, 2015, 06:07:48 PM
Hi Jarry, Can multiple icons be styled as button (not plain) ? Thanks.
24  General Category / General Discussion / Multiple Button in textbox on: December 05, 2015, 07:23:42 AM
Hi,

Is it possible to add more than 1 buttonIcon in textbox just like textbox icons (multiple properties) ?

Thanks.
25  General Category / EasyUI for jQuery / Re: Tabs Loading-Message on: November 26, 2015, 04:07:29 AM
Hi Jarry,

Rather than displaying loadingMessage text, can i simply use one large animated icon only in the of tab content centered vertically and horizontally ?

Thanks.
26  General Category / EasyUI for jQuery / Show icon in Messager Show on: November 22, 2015, 09:52:50 PM
Hi,

Is it possible to show icon in $.messager.show just like in $.messager.alert via its third argument (info, error etc) ?

Thanks
27  General Category / EasyUI for jQuery / Re: Remove Grid Row on: November 12, 2015, 03:48:06 AM
Awesome  Grin thank you.
28  General Category / EasyUI for jQuery / Re: Pass Empty Array to ComboBox? on: November 11, 2015, 04:21:14 PM
You can clear the combobox before reloading.
$('#billingYear').combobox('loadData',[]);
29  General Category / EasyUI for jQuery / Re: Remove Grid Row on: November 11, 2015, 04:18:41 PM
Thanks stworthy,

I have now another issue:

1. Load grid with some data and call the grid enableCellEditing
2. I then empty the grid and insertRow with index 0.
3. After i click cell and edit a field, the grid become frozen.

Do you have any clue to solve this?
30  General Category / EasyUI for jQuery / Re: Show icon before text in grid column on: November 11, 2015, 02:01:09 PM
Nice, thanks a lot stworthy Cheesy
Pages: 1 [2] 3 4 ... 8
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!