Search Type: Posts; User: 1099511627776
Search: Search took 0.01 seconds.
-
14 Aug 2012 3:59 AM
Jump to post Thread: activating Ext.Editor by 1099511627776
- Replies
- 1
- Views
- 232
Sorry guys,this question is closed.
It was problem of the chrome debugger. -
13 Aug 2012 6:35 AM
Jump to post Thread: activating Ext.Editor by 1099511627776
- Replies
- 1
- Views
- 232
Hello guys,
I have a problem with Ext.Editor
I want to active\focus it programmically e.g. I need to put cursor in it and be able to write text in it.
Here is an example code that does not work:
... -
5 Jun 2012 3:44 AM
- Replies
- 5
- Views
- 643
I think i've found the solution:
first of all we need to define a new editing plugin based on CellEditing and redefine it's getEditor method:
... -
26 May 2012 7:15 AM
- Replies
- 2
- Views
- 710
I think this is it. Thanks.
But what IF I have 2 stores, one with JSON Proxy, and one with XML Proxy. and the server is configured to sent differect responses according to client's Accept header -
25 May 2012 3:55 AM
- Replies
- 5
- Views
- 643
No, it will not help, because I'm accessing editable field from cellEditor, and it has no method or property named set(field,value).
in cellEditor i have only setValue and setRawValue method but... -
23 May 2012 9:45 PM
- Replies
- 2
- Views
- 710
Hello, guys,
How can I change the default HTTP header - "Accept" when requesting data into the store (with AJAX proxy ) from
"Accept: */*" to "Accept: application/json" for example. -
17 May 2012 10:53 PM
- Replies
- 5
- Views
- 643
Let's sey that I have a model that looks like this:
fields:[
{name: 'article',type:'string'},
{name: 'brand',type:'string'},
{name: 'name', type:'string'},
... -
17 May 2012 12:46 AM
- Replies
- 5
- Views
- 643
Hello guys,
I've created a custom field editor by extending "Ext.form.field.picker", it works fine by changing record value with setValue method. But I need to have access to record whole record
... -
9 May 2012 10:19 PM
- Replies
- 2
- Views
- 284
Anyone has any idea?
So far I've thought of somethng like redefining the Ext.Application method getModuleClassName with something like this:
getModuleClassName: function(name, type) {
... -
9 May 2012 3:15 AM
- Replies
- 2
- Views
- 284
Hello guys,
I was wandering if there is any way to modify the default behavior of class loading in MVC appliation.
For example I have an application with many controllers (models and stores). They... -
4 May 2012 12:33 AM
- Replies
- 2
- Views
- 429
I think? i've got it.
in parent store i've defined a proxy. Then, when i've created a first descendant, it populated it's model 'order' to proxy, then when creating second descendand with other... -
3 May 2012 9:51 AM
- Replies
- 2
- Views
- 429
Hello, I'm stuck with this kind of problem:
I have a parent store with 2 descendant stores and corresponding models:
Parent Store
Ext.define('ASV.metaobjects.store.document',{
extend:... -
28 Apr 2012 11:42 AM
- Replies
- 1
- Views
- 281
Hello world,
Heve is what i want to do:
I have a base class (Ext.data.Store for example) with some custom parameters:
extraParams: {
plugin:'documents'
}
I want to write a... -
23 Apr 2012 3:12 AM
- Replies
- 1
- Views
- 370
grid.editingPlugin.activeColumn == null - doest just a trick
-
22 Apr 2012 7:32 AM
- Replies
- 1
- Views
- 370
Hello,
I have a grid with selectedCell, how can I figure is the selected cell is in editable state or not.
I thought that Ext.Selection.CellModel has something like isEditing method but I could not... -
16 Apr 2012 11:33 AM
- Replies
- 4
- Views
- 821
For now I can only post some video. And later I'l try to post code.
www.youtube.com/watch?v=7fd2dT3QCb4
Comments for video:
For the first time it works correct (cursor automatically appears... -
16 Apr 2012 10:46 AM
- Replies
- 4
- Views
- 821
What do you suggest than ?
I psot some movie so you could see what is happening if it helps -
16 Apr 2012 8:01 AM
- Replies
- 4
- Views
- 821
Hello Sencha,
I have this kind of problem:
I've implemented a custom cell editor that popups another grid.
When I try to sort/filter/hide/show column in that grid using column menu it collapses... -
6 Mar 2012 11:12 AM
Jump to post Thread: PropertyGrid with 2 values by 1099511627776
- Replies
- 2
- Views
- 464
I have a dictionary 'CLIENTS 'with 2 fields (CLIENT_NAME,CLIENT_ID).
and many DOCUMENTS with structure (DOCID,CLIENT_ID,SUM)
when displaying DOCUMENT in PropertyGrid I need to display a CLIENT_ID... -
6 Mar 2012 6:23 AM
Jump to post Thread: PropertyGrid with 2 values by 1099511627776
- Replies
- 2
- Views
- 464
Hello,
I have this kind of problem:
I have a propertyGrid with field called "client", where client NAME is stored, I've implemented a custom editor that let's me choose client from dictionary now I... -
5 Mar 2012 12:19 AM
- Replies
- 2
- Views
- 325
Sorry it was my mistake, I've forgot to add 'links' model to controller
-
3 Mar 2012 11:48 PM
- Replies
- 2
- Views
- 325
Hellow world :)
Here is my problem:
I have a model 'document' with associated (hasmany) models 'docheader' and 'docbody'.
Thay worked fine for a while but than I've added another model 'links'... -
24 Jan 2012 7:14 AM
- Replies
- 51
- Views
- 23,298
Count me in,
I'm looking forward for this feature to be included in ExtJS -
19 Jan 2012 12:52 AM
- Replies
- 3
- Views
- 716
The solution is simple:
I've forgotten that ExtJS is an asynchronous ramework, so i've appended the nodes that were empty and that time
A solution for my code is to replace:
... -
18 Jan 2012 9:27 AM
- Replies
- 3
- Views
- 716
The problem occurs in updateIndexes
The records[i] is undefined because:
var ns = this.all.elements, records = this.store.getRange(),
i;
...
Results 1 to 25 of 59
