Search Type: Posts; User: Speedy
Search: Search took 0.03 seconds.
-
27 Aug 2012 9:49 PM
Jump to post Thread: Combobox problem/bug? by Speedy
- Replies
- 3
- Views
- 337
that's it, I was not on 4.1.1 yet
thx a lot -
27 Aug 2012 3:06 AM
Jump to post Thread: Combobox problem/bug? by Speedy
- Replies
- 3
- Views
- 337
Hi, I have a problem using a combobox with records having the same display value.
Ext.create('Ext.form.field.ComboBox', {
displayField : 'name',
valueField :... -
7 Nov 2011 7:49 AM
Jump to post Thread: fieldset checkboxtoggle question by Speedy
- Replies
- 1
- Views
- 448
Hi there,
I have a formpanel with a lot of fields etc and a fieldset with the checkboxtoggle option set to true.
This means the fieldset has a checkbox simple that allows to collapse or expand... -
3 Nov 2011 6:02 AM
- Replies
- 1
- Views
- 385
problem solved with update to 4.0.7
-
3 Nov 2011 5:46 AM
- Replies
- 1
- Views
- 385
Hello,
I use a form with a lot of different fields, some of them are datefields.
These fields are submitted by using an ajax request. In the ajax requests callback I reset the form by
... -
23 Aug 2011 10:38 PM
- Replies
- 6
- Views
- 1,026
thanks for the try but the beginEdit(), endEdit(), commit() doesnt work.
I tried that before too
console.log('Before End Edit');
rec.endEdit();
console.log('End Edit done');
rec.commit(); -
23 Aug 2011 2:47 AM
- Replies
- 6
- Views
- 1,026
4.0.2a
tried with Firefox 5 only
the file extends the grid and the config is applied within the initComponent method -
23 Aug 2011 1:08 AM
- Replies
- 6
- Views
- 1,026
Hi,
I use a grid with a store that is manually loaded via ajax, that is why i use a memory store.
Manually my grid has a method that shall change some values via script.
var store =... -
19 Aug 2011 4:19 AM
- Replies
- 4
- Views
- 1,107
queryMode was set to local but the async loading of the ajax call was the problem
I defined a listener for the load event and added the record in there, now everything is working,
thx a lot for... -
18 Aug 2011 1:58 AM
- Replies
- 4
- Views
- 1,107
thx for the try but if I try this firefox tells me "me.fields is undefined" in Model.js(606)
I guess this is because I dont use a Model.
Still I thought the reader should have enough information... -
18 Aug 2011 1:47 AM
- Replies
- 4
- Views
- 1,107
Hi there,
i defined a store
Ext.define( 'App.store.general.MyStore' , {
extend: 'Ext.data.Store',
autoLoad: true, fields: ['display', 'value'], name: 'myStore', storeId:... -
27 Jul 2011 11:49 PM
- Replies
- 5
- Views
- 683
ofc only once, as soon the grid exists you can't change the columns or a store any more
you have to recreate the grid everytime the column model changes -
27 Jul 2011 11:31 PM
- Replies
- 1
- Views
- 496
noone knows?
-
27 Jul 2011 11:29 PM
- Replies
- 5
- Views
- 683
just do the ajax request in the components initComponent method and in the ajax callback you define the store and columns and apply it to your grid
-
27 Jul 2011 7:24 AM
- Replies
- 1
- Views
- 496
Hi,
In my application I use a controller plus views etc similar to the extJs examples.
In the controller class I define
init: function() {
this.control({
'viewport > subpanel1... -
5 Jul 2011 5:41 AM
Jump to post Thread: Grid select event by Speedy
- Replies
- 0
- Views
- 283
Hello,
I'm using a grid with a cell selection changing some records of the store on select.
xtype: 'gridpanel', selType: 'cellmodel',
store: store,
columns:[
.... -
4 May 2011 6:04 AM
Jump to post Thread: ContentEl usage in 4.0? by Speedy
- Replies
- 4
- Views
- 740
Hi there,
in ExtJs 3 there was the option to bind extJs components to existing html elements using the el: 'html-Id' property.
According to the API it is still possible using the property... -
7 Oct 2010 11:47 PM
- Replies
- 5
- Views
- 762
currently i solved the problem by filtering the sent value in the controller class, this works very good. The override of the thread is a much better solution, think I will change the code and use...
-
7 Oct 2010 4:13 AM
- Replies
- 5
- Views
- 762
I have a form with a simple htmleditor field inside.
If i want to clear the editor and send the empty info to my controller f.e everything is fine as long I clean the editorfield in source code... -
15 Jul 2010 9:11 AM
- Replies
- 10
- Views
- 2,917
nah, exactely that is the problem, you cannot call select on a node while it is the init method. the render process has to be finished to be able to call the select method on a node
this means you... -
15 Jul 2010 12:39 AM
- Replies
- 10
- Views
- 2,917
Yes, the problem was that somehow the node rendering was finished before the update with the same code but with the ExtJs update the node wasn't rendered. A select call to a not rendered node fails....
-
4 Jun 2010 4:03 AM
- Replies
- 10
- Views
- 2,917
oh, I found the select call but still I dont understand why it worked till this update came in?
shouldn't there be an additional check null check for node.ui.wrap? -
4 Jun 2010 3:51 AM
- Replies
- 10
- Views
- 2,917
Hello again,
Some time ago (around start of Ext2.0) I included a Columntree to my project like in the examples pages with asynch loading, this works great till I recently updated to Ext3.2.1.... -
1 Jun 2010 11:40 PM
- Replies
- 5
- Views
- 670
I cant make head or tail of what changed because of the last update that big parts related with the events behave totally different.
aand another example, according to the API its possible to... -
1 Jun 2010 10:49 PM
- Replies
- 5
- Views
- 670
Ok lets try it a different way. My problem occured because I did the version update so there definitely has to be changes to the event handling that force this behaviour now.
Lets say the...
Results 1 to 25 of 84
