Search Type: Posts; User: colin.yates
Search: Search took 0.02 seconds.
-
4 Apr 2013 8:07 AM
- Replies
- 1
- Views
- 88
http://docs.sencha.com/ext-js/4-2/#!/api/Ext.dd.DragSource-method-beforeInvalidDrop states you can return false to cancel the processing of an invalid drop yet the calling code:
// @private
... -
4 Apr 2013 1:59 AM
- Replies
- 4
- Views
- 142
Ah, I see. a child's 'height' is overridden (I guess because the default layout is 'fit'?). Specifying minHeight works as expected.
Ext.onReady(function () {
new... -
4 Apr 2013 1:39 AM
- Replies
- 4
- Views
- 142
That doesn't fix this bug. Where has item one gone? Try expanding item two and you see the contents of item one, but it still isn't sized properly. This bug is for the accordion to take into...
-
4 Apr 2013 1:25 AM
- Replies
- 4
- Views
- 142
If the accordion has too many tabs to display then it breaks. The accordion height doesn't consider the minimum height of panels either leading to a very poor, and in some cases unusable accordion. ...
-
1 Jul 2012 11:52 AM
- Replies
- 9
- Views
- 974
Hiya - thanks for your efforts - shall I report this as a bug or have you already done so?
-
1 Jul 2012 7:34 AM
- Replies
- 9
- Views
- 974
The story continues :).
I have found that if I have a record which *does* match a filter and then I update it so that it no longer matches the filter it is still (incorrectly) displayed in the... -
1 Jul 2012 7:06 AM
- Replies
- 9
- Views
- 974
My query still stands - when calling store.add() on a grid's store, should a record appear on the grid if it doesn't match the filter? My experiments indicate that the record does still appear until...
-
29 Jun 2012 1:28 PM
- Replies
- 9
- Views
- 974
More context - this is only a problem if the group plugin is configured "startCollapsed:true" (which isn't the default)
-
29 Jun 2012 6:23 AM
- Replies
- 9
- Views
- 974
Trawling through the forums again I found: http://www.sencha.com/forum/showthread.php?135062-Maintain-Grid-Scrollbar-Position-in-EXTJS-4/page3 which links to...
-
29 Jun 2012 5:54 AM
- Replies
- 9
- Views
- 974
Hi,
I have a memory store which an asynchronous ajax call occasionally adds records to. This store can be configured at run-time with filters and sorts and is backing a grid.
The problem is... -
2 May 2012 8:24 AM
- Replies
- 2
- Views
- 584
One more bit of context - I am creating the store outside of any Ext.defines:
var myStore = Ext.create('Ext.data.Store....)
Ext.define('...MyView', {
this.items: [
{xtype:combobox,... -
2 May 2012 8:16 AM
- Replies
- 2
- Views
- 584
Hi all,
I have a mode defined with:
Ext.define('...MyModel', {
extend: 'Ext.data.Model',
statics: { -
14 Mar 2012 6:32 AM
- Replies
- 15
- Views
- 4,723
Nice one - saved my bacon.
These little bugs really stick in my throat - app works then suddenly it doesn't - grrr :)
Anyway, again, thanks for the hint about name! -
6 Mar 2012 3:08 AM
- Replies
- 3
- Views
- 901
Any ideas? Is this a bug and if so, how should I report it?
-
2 Mar 2012 2:23 AM
- Replies
- 488
- Views
- 68,726
Details in http://www.sencha.com/forum/showthread.php?179758-StoreManager-seems-to-ignore-the-StoreId.
Basically, setting the storeId doesn't always allow Ext.getStore to locate it again. Evant... -
2 Mar 2012 2:18 AM
- Replies
- 7
- Views
- 1,196
Not according to the documentation either in the 4.0.7 download or the live documentation at http://docs.sencha.com/ext-js/4-0/#!/api/Ext.data.Store, which states:
//this store can be used... -
1 Mar 2012 1:58 PM
- Replies
- 3
- Views
- 901
4.0.7
-
1 Mar 2012 7:33 AM
- Replies
- 3
- Views
- 901
Hi all,
I haven't reported this as a bug as it is most likely a bug in my understanding(!) but I don't see it.
I have the following code which is .show()n in a controller somewhere:
... -
1 Mar 2012 3:32 AM
- Replies
- 2
- Views
- 603
Thanks for your help.
Hmmm, I can't see anything - the closest I could see is "text-overflow: ellipsis" which didn't seem to have any effect. I haven't changed any CSS settings.
Attached is... -
29 Feb 2012 9:46 AM
- Replies
- 2
- Views
- 603
Hi all,
When a node in a tree (or treegrid) is too long to display on one line I would like it to wrap however it doesn't.
I took the example from... -
29 Feb 2012 1:50 AM
- Replies
- 2
- Views
- 343
Excellent - thanks. For others, if I use ext-all-debug-w-comments then I need bootstrap.js as well.
So the following works for me at least:
webapp/js/MyApp/app
webapp/js/MyApp/app/app.js:
... -
29 Feb 2012 1:21 AM
- Replies
- 2
- Views
- 343
Hi all,
My first post so be gentle ;).
I have walked through a number of tutorials on the sencha.com site and they all state to extract the SDK into the web app. The problem is that I am...
Results 1 to 22 of 22
