Search Type: Posts; User: user ext
Search: Search took 0.02 seconds.
-
19 Mar 2013 11:18 PM
- Replies
- 3
- Views
- 177
Add the following.
In the class Field is a function of
convert(),
serialize().
Complementing each other.
Since both of these functions belong to the class Field,
the method... -
19 Mar 2013 9:47 AM
- Replies
- 3
- Views
- 177
Well.
How to be then with rowediting plugin?
If the store column stores the data as Data,
then after editing rowediting plugin it causes convert(Data)
instead of the convert(timestamp).
... -
17 Mar 2013 5:08 AM
- Replies
- 3
- Views
- 177
From Ext JS 4.2.0 Sencha Doc
Ext.data.Field
convert : Function
A function which converts the value provided by the Reader into an object that will be stored in the Model.
serialize :... -
14 Mar 2013 9:43 PM
- Replies
- 1
- Views
- 105
if (preventLoad !== true && !root.isLoaded() && (me.autoLoad === true || root.isExpanded())) {
root.data.expanded = false;
root.expand();
}
probably this... -
14 Feb 2013 10:20 AM
- Replies
- 1
- Views
- 169
If in 'Infifnite Grid' example (see Ext JS 4.2.0 - Sencha Docs ) set for the store
pageSize: 10
the loading is not completed.
To avoid this:
loadToPrefetch: function (options)... -
1 Oct 2012 7:39 AM
- Replies
- 2
- Views
- 506
FF bug https:// bugzilla.mozilla.org/show_bug.cgi?id=373875
-
29 Sep 2012 1:02 AM
Jump to post Thread: API Documentation Content Bugs by user ext
- Replies
- 488
- Views
- 68,540
The documentation does not have enough information about Ext.data.Store.autoDestroy, which is used in Ext.util.Bindable.bindStore().
After destruction of the grid, the store is not destroyed... -
26 Sep 2012 11:48 PM
- Replies
- 2
- Views
- 506
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1a
Browser versions tested against:
FF 15.0.1 (firebug 1.10.3 installed)
Chrome 21 -
25 Sep 2012 11:13 AM
- Replies
- 9
- Views
- 1,126
NOTE:
If used verticalScroller: {leadingBufferZone: val} config,
then purgePageCount config must be
purgePageCount > (verticalScroller.leadingBufferZone+pageSize)/pageSize.
Otherwise the... -
25 Sep 2012 2:11 AM
- Replies
- 9
- Views
- 1,126
You're right. Then see the following code:
loadToPrefetch: function(options) {
...
// The end index to load into the store's live record collection
... -
25 Sep 2012 1:24 AM
- Replies
- 9
- Views
- 1,126
Its work for me (you will need to insert two lines):
loadToPrefetch: function(){
...
me.on('prefetch', function(){
if (me.totalCount) loadEndIdx = me.totalCount;
... -
18 Sep 2012 11:25 PM
- Replies
- 6
- Views
- 517
Thanks for the replies.
-
18 Sep 2012 10:09 PM
- Replies
- 6
- Views
- 517
Ok.
I don't have full patched code loadToPrefetch.
Question: as is taken into account leadingBufferZone in the previous code ?
Otherwise read only one page size = limit (if start=0) and will... -
18 Sep 2012 7:37 AM
- Replies
- 6
- Views
- 517
See source code loadToPrefetch
loadToPrefetch: function(options) {
var me = this,
i,
records,
// Get the requested record index range in the... -
17 Sep 2012 11:16 PM
- Replies
- 6
- Views
- 517
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Description:
Store requests extra pages if buffered = true. -
12 Sep 2012 10:34 AM
- Replies
- 1
- Views
- 265
Ext version tested:
Ext 4.1.1
Description:
Default pageSize = undefined.
If set buffered = true then method load() set options.start = NaN (proxy requests wrong operation.start =... -
30 Mar 2012 7:25 PM
- Replies
- 2
- Views
- 750
It is clear. This limitation is crome, because in browsers FF and IE everything works.
-
30 Mar 2012 8:18 AM
- Replies
- 2
- Views
- 750
Why "Live Preview" in the documentation do not work when viewed in Chrome ?
What to do to work?
output error: Unsafe JavaScript attempt to access frame with URL... -
24 Mar 2012 10:13 AM
- Replies
- 1
- Views
- 429
after fix see result image
-
24 Mar 2012 9:40 AM
- Replies
- 1
- Views
- 429
REQUIRED INFORMATION Ext version tested:
Ext 4.0.7 - 4.1
Browser versions tested against:
FF 11.0 (firebug 1.9.1 installed)
Description: -
17 Mar 2012 2:42 AM
- Replies
- 1
- Views
- 685
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rc 1
Browser versions tested against:
Firefox 11.0 (firebug 1.9.1 installed) -
16 Mar 2012 10:45 PM
- Replies
- 1
- Views
- 687
If in the configuration of the grid include rowexpander plugin, scrolling speed in Firefox 10.0.2 (Firebug 1.9.1) increases approximately in 2 times (for me).
Ext version tested:
Ext 4.1... -
28 Feb 2012 8:10 PM
- Replies
- 3
- Views
- 787
I have a similar problem in ExtJS 4.1 beta 3. See to fix it http://www.sencha.com/forum/showthread.php?183808-ExtJS-4.1-Beta-3-Ext.grid.RowEditor.-Does-not-appear-previously-hidden-column
-
27 Feb 2012 8:27 PM
- Replies
- 2
- Views
- 633
Sorry for the inaccuracy.
Possible fix: in class
Ext.grid.RowEditor
file: ext-all-debug-w-comments.js
row: 150006 -
27 Feb 2012 10:15 AM
- Replies
- 2
- Views
- 633
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0 beta 3
Browser versions tested against:
FF 10.0.2 (firebug 1.9.1 installed)
Description:
Results 1 to 25 of 28
