Search Type: Posts; User: eliotik
Search: Search took 0.02 seconds.
-
23 Nov 2011 2:44 PM
- Replies
- 1
- Views
- 790
I've looked for solution on forum, but all what i found is some replies for extjs 3.x.
i have tried to override Ext.data.Connection function request by setting
request = {
id:... -
21 Nov 2011 2:12 AM
- Replies
- 7
- Views
- 1,775
did next:
Ext.override(Ext.data.proxy.Server,{
processResponse: function(success, operation, request, response, callback, scope){
var me = this,
reader,
result,
... -
21 Nov 2011 1:02 AM
- Replies
- 7
- Views
- 1,775
i have tried
Ext.override(Ext.data.AbstractStore,{
onBatchException: function(batch, operation) {
console.log(arguments);
}
});
but still no result -
20 Nov 2011 11:16 PM
- Replies
- 7
- Views
- 1,775
bump
-
15 Nov 2011 11:08 PM
- Replies
- 7
- Views
- 1,775
any idea? plzz
-
14 Nov 2011 6:53 AM
- Replies
- 7
- Views
- 1,775
in extjs 3.4 i can catch that type of error by listener "loadexception" for loader in treepanel, but in 4 i cant.
-
13 Nov 2011 2:04 AM
- Replies
- 7
- Views
- 1,775
can anyone help me please?
-
12 Nov 2011 3:42 PM
- Replies
- 7
- Views
- 1,775
Hello, i have Ext.tree.Panel with Ext.data.TreeStore and proxy with type = 'ajax'.
tree_proxy = {
type: 'ajax',
timeout: 10000,
url: 'nodes.php',
... -
26 Oct 2011 1:59 AM
Jump to post Thread: Refresh node in tree panel by eliotik
- Replies
- 20
- Views
- 10,499
im trying to update node with new data from server side
tree.getStore().load({node: id, callback:function(n) {
console.log('sn');
... -
21 Oct 2011 12:44 PM
Jump to post Thread: [4.0.7] Tree Store Bug by eliotik
- Replies
- 11
- Views
- 3,788
found another bug with treestore in 4.0.7, if you have some nodes in treepanel and try to do treepanel.store.load() than you will get so many ajax requests to load data for tree so many nodes you...
-
20 Sep 2011 1:02 PM
Jump to post Thread: Text Selections in Grid cell by eliotik
- Replies
- 83
- Views
- 73,169
for ExtJS 4
div#GRIDID div.x-unselectable {
-webkit-user-select: text !important;
-o-user-select: text !important;
-khtml-user-select: all !important;
-ms-user-select: text !important;
... -
19 Sep 2011 2:29 AM
- Replies
- 1
- Views
- 402
my grid created in hidden panel, and after some actions i show this panel with grid. how to doLayout of grid columns headers? Because i have found that this problem exists if only grid was created in...
-
19 Sep 2011 1:45 AM
- Replies
- 1
- Views
- 402
Hello, i have simple grid panel with store and columns
Ext.define('App.client.GridPanel', {
extend: 'Ext.grid.Panel',
alias: 'widget.filegrid',
id:'file-grid',
region:... -
14 Sep 2011 4:16 AM
- Replies
- 0
- Views
- 458
Hello, i have DataView with Ext.data.Store
Ext.create('Ext.data.Store', {
id: 'DataStore',
autoLoad: true,
fields: [{
name: 'proj_id',
type: 'int'
}, { -
13 Sep 2011 11:07 PM
- Replies
- 16
- Views
- 4,105
some workaround:
before submit save input element
file = Ext.getCmp('fa-file'),
fileInput = file.fileInputEl.dom;
after submit in failure assign old input(backuped earlier) to file... -
31 Aug 2011 12:51 AM
Jump to post Thread: API Documentation Content Bugs by eliotik
- Replies
- 488
- Views
- 68,259
when you open info about any form component and in filter type "getvalue" or "setvalue" you will always get as additional info about "getName"
27771 -
30 Aug 2011 5:39 AM
- Replies
- 14
- Views
- 2,887
I'm sorry, when can we see this fix in live?
-
29 Aug 2011 6:57 AM
- Replies
- 3
- Views
- 1,125
bump
-
29 Aug 2011 6:56 AM
- Replies
- 2
- Views
- 943
bump
-
26 Aug 2011 5:32 AM
- Replies
- 2
- Views
- 943
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Browser versions tested against: -
26 Aug 2011 5:19 AM
- Replies
- 3
- Views
- 1,125
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2
Browser versions tested against: -
16 Aug 2011 10:30 PM
- Replies
- 1
- Views
- 1,224
Hello,
i have js source in which exists next line
Ext.bind(this.formatData, this)
this js file loaded by Ext.Loader
in Firefox(6.0) if formatData undefined i got no errors by script stops... -
13 Jan 2011 3:18 AM
- Replies
- 5
- Views
- 2,521
for ajax.request i did next:
var ajax = new Ext.data.Connection({
listeners: {
'requestcomplete': {
fn: function(con, res, opt){
try {
... -
13 Jan 2011 1:41 AM
- Replies
- 5
- Views
- 2,521
i mean, how can i fix this when do ajax.request or form.submit:
:::response:::
missing ) in parenthetical
[Break on this error] <b>Fatal error</b>: Call to undefined...ient.php</b> on line... -
12 Jan 2011 11:51 PM
- Replies
- 5
- Views
- 2,521
Hello. How can i catch server errors like Fatal error, Warning, Notice in php script while i do ext.ajax.request or form.submit?
listener actionfailed for form submit dont work
and
listener for...
Results 1 to 25 of 26
