Search Type: Posts; User: lfs2008
Search: Search took 0.02 seconds.
-
21 Sep 2012 1:48 AM
- Replies
- 1
- Views
- 257
Hi all!
I have such a button handler in Extjs 4.1.0 controller.
Restful store is already loaded.
If i start editing any record - it works fine.
If i add emptyRecord to non-empty store... -
27 Aug 2012 4:49 AM
- Replies
- 6
- Views
- 1,355
please see http://wap7.ru/folio/ext-reuseable-store/TE.html
boot .js -
24 Aug 2012 3:22 AM
- Replies
- 6
- Views
- 1,355
no, if i remove 'Store' from caontroller where i need it, data are not filled.
-
23 Aug 2012 8:13 PM
- Replies
- 6
- Views
- 1,355
No. it does not work
See my code here http://wap7.ru/folio/ext-reuseable-store/TE.html -
23 Aug 2012 5:24 AM
- Replies
- 6
- Views
- 1,355
Hello all.
I am working on extjs 4 MVC application.
Application runs the Viewport, which contains tabpanel.
Each tab has own controller and multiple views. -
19 Aug 2012 1:16 PM
Jump to post Thread: Proxy in Model issue by lfs2008
- Replies
- 2
- Views
- 628
thanks
-
17 Aug 2012 8:45 AM
Jump to post Thread: Proxy in Model issue by lfs2008
- Replies
- 2
- Views
- 628
Hi all!
Ia m having an issue with Proxy configured in Model.
You can find example here http://wap7.ru/folio/ext-model-proxy/index.html?debug
Ext.onReady(function () { -
17 Aug 2012 7:51 AM
Jump to post Thread: Proxy in model VS Proxy in store by lfs2008
- Replies
- 2
- Views
- 513
The problem is:
when i configure Proxy in store, attach it to grid and set store autoload:true - it works fine.
when i configure Proxy in model, attach it to grid and set store autoload:true -... -
17 Aug 2012 5:05 AM
Jump to post Thread: Proxy in model VS Proxy in store by lfs2008
- Replies
- 2
- Views
- 513
Please explain core difference between Proxy configured in model and Proxy configured in store.
Both classes have getProxy() method
When should i prefer first or second approach?
Thanks -
31 Jul 2012 8:08 AM
Jump to post Thread: real full afterrender event? by lfs2008
- Replies
- 3
- Views
- 790
Thanks a lot!
i put your code in Ext.onReady()..
bot i got an error
Uncaught TypeError: Cannot read property 'AbstractView' of undefined
weird thing is - i do a lot of other overrides... -
31 Jul 2012 1:14 AM
Jump to post Thread: real full afterrender event? by lfs2008
- Replies
- 3
- Views
- 790
i am having extjs GridPanel
when i load store:
I do Ext.getBody().mask();
Grid 'afterrender' event fires first -
15 Jun 2012 10:46 AM
- Replies
- 1
- Views
- 397
Hi all!
I am trying to create remote multi sort.
fields are separated by comma.
MINUS stands for DESC
EXAMPLE localhost:8080/api/?sort=id,-externalId&page=1&start=0&limit=200
headerclick... -
7 Jun 2012 2:27 PM
- Replies
- 2
- Views
- 965
yep, i use rejectChanges method manually.
i wonder if there a config like : "to do rejectChanges automatically on exception"
thanks -
30 May 2012 8:58 AM
- Replies
- 2
- Views
- 965
I have Ext.data.TreeStore which works with restful proxy.
And i ran into an issue:
My steps are:
1. i am tryting to delete a record which cannot be deleted (locked).
2. i am getting... -
2 Mar 2012 9:58 AM
Jump to post Thread: Rest Proxy Example Fixed by lfs2008
- Replies
- 2
- Views
- 1,558
Thanks.
Is there a way to contribute fixed example to official demo?
Who should i contact? -
2 Mar 2012 12:36 AM
Jump to post Thread: Rest Proxy Example Fixed by lfs2008
- Replies
- 2
- Views
- 1,558
Hi all!
I ran into an issue with official Rest Proxy Example row editor validation.
(Basically there is no validation, one can create empty Users )... -
2 Mar 2012 12:25 AM
- Replies
- 3
- Views
- 601
made my fix here
Issued fixed:
Model validation bound with Ext.grid.plugin.RowEditing (no empty fields allowed, email validation)
Error messages displayed properly
Only one new User form... -
1 Mar 2012 7:05 AM
- Replies
- 3
- Views
- 601
http://www.diloc.de/blog/2011/05/05/extjs4-form-validation-via-model-binding/
found fine decision here -
1 Mar 2012 2:08 AM
- Replies
- 3
- Views
- 601
Rest Proxy Example http://docs.sencha.com/ext-js/4-0/#!/example/restful/restful.html
Ext.grid.plugin.RowEditing ignores validations.
I can save non-valid and even empty values.
Why is it so?
... -
6 Feb 2012 10:37 AM
- Replies
- 2
- Views
- 713
is it correct - for now user have only overall option - to set
defaultSortable: false ?
isn`t it a bug? -
6 Feb 2012 7:55 AM
- Replies
- 2
- Views
- 713
Original example is http://dev.sencha.com/deploy/ext-3.4.0/examples/treegrid/treegrid.html
My goal is - to to disable 'Duration' column sorting
but sortable: false prop is ignored somehow
... -
18 Jan 2012 12:10 PM
- Replies
- 4
- Views
- 873
update record calls form.getFieldValues()
it uses this.items
and my component is not there. -
18 Jan 2012 11:52 AM
- Replies
- 4
- Views
- 873
thanks.
i am overriding updateRecord() now.
But my idea is - to make Grid Component automatically observable by Form somehow and use getValue() method internally with no updateRecord hacks -
18 Jan 2012 7:54 AM
- Replies
- 4
- Views
- 873
hi all!
I would like to use Customised TreeGrid as form component
I wrote TreeGrid.getValues() method based on chekboxes and inputs,
but since it has GridView as proto - realisation seems ... -
18 Jan 2012 7:50 AM
- Replies
- 428
- Views
- 216,131
hi all!
i would like to use TreeGrid as form component
but since it has GridView as proto realisation seems vague to me
here is the link
http://wap7.ru/folio/crud/PiggybackManager.html
Results 1 to 25 of 41
