Search Type: Posts; User: Korbin
Search: Search took 0.02 seconds.
-
5 Aug 2010 1:22 PM
- Replies
- 406
- Views
- 143,670
Possibly the best extension. Thank you very much danh2000!
The only thing I'm having a problem with is allowAddNewData. Example2 is kind of confusing. Does anyone have an easier to understand... -
2 Aug 2010 7:50 AM
- Replies
- 5
- Views
- 845
Bingo! Thank you very much fey. I can't believe I didn't think of that.
-
30 Jul 2010 1:19 PM
- Replies
- 5
- Views
- 845
Thanks for the quick reply, Animal. I was hoping to take advantage of the new lightweight and speedy listview. But if there's no way to achieve this, I may have to go back and use a grid.
-
30 Jul 2010 12:38 PM
- Replies
- 5
- Views
- 845
Is there a way to limit a click listener to a single column of a ListView? Thanks!
myListView.on('click', function(view, index, node, e) { ... }); -
19 Jul 2010 1:23 PM
- Replies
- 0
- Views
- 413
I have a roweditor that's applied to only one column in the grid. The column's content is basically the conctenation of 2 values. It is rendered as follows:
renderer: function(value, metaData,... -
10 Jun 2010 3:23 PM
Jump to post Thread: xtype:checkbox not working by Korbin
- Replies
- 3
- Views
- 1,565
ExtJS 3.x does not support themed checkboxes/radios. See this thread for a solution.
-
19 May 2010 8:52 AM
- Replies
- 0
- Views
- 369
The only way I could find was to add the button after rendering using the following sample code:
someEditor.tb.addButton({
iconCls: 'icon-image',
tooltip: 'Tooltip text',
... -
17 May 2010 9:41 AM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by Korbin
- Replies
- 289
- Views
- 103,900
abraxxa: Yes I am using the stacked option already, but the selections appear within the field, and above the input cursor. I was looking to have the selections appear either below the input, or...
-
16 May 2010 3:51 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by Korbin
- Replies
- 289
- Views
- 103,900
Does anyone know how to make the selections appear below the input not above, or outside the field completely? Thanks!
-
11 May 2010 11:09 AM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
I think I got to the bottom of this. Selectionchange did the trick. I'm posting the code snippet hoping that it helps somebody out in the future.
If there's a way to improve upon this, please let... -
11 May 2010 8:53 AM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
I combined the rowselect and rowdeselect events and that somewhat solved issue #1. Thanks again darthwes and evant for helping me troubleshoot this. Now tweaking darthwes's suggestion to solve issue...
-
11 May 2010 8:22 AM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
Evant, I tried the following and it still didn't work. When I unselect a row, its details are still there. :-/
var sm = new Ext.grid.RowSelectionModel({
singleSelect: true,
listeners: {... -
10 May 2010 6:54 PM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
Thank you so much darthwes, that does help with the multi-selection, but the detailPanel is still displaying the last-selected row details when nothing is selected. For example, I could select rows...
-
10 May 2010 2:24 PM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
About #1, the other case where it is needed to clear the detailPanel is when you are moving to a different page of the grid. In that case you wouldn't need to have the detailPanel populated with the...
-
10 May 2010 11:17 AM
Jump to post Thread: Data Binding Example by Korbin
- Replies
- 7
- Views
- 1,274
I am new to ExtJS and JS in general. I searched the forums for an answer, and also tried different options myself but couldn't get this to work.
1) How do I re-overwrite the detailPanel with...
Results 1 to 15 of 15
