Search Type: Posts; User: KostasP
Search: Search took 0.02 seconds.
-
6 Oct 2012 2:56 AM
Jump to post Thread: Problem with Store sync post data by KostasP
- Replies
- 19
- Views
- 3,840
I have similar problem. When I update a record and use strore.sync() multiple records are sent.
Here is my model
Ext.define('Maintenance.model.Expense', { extend: 'Ext.data.Model',... -
21 Sep 2012 12:46 AM
- Replies
- 7
- Views
- 497
I believe that this is a major issue and either i'm doing something wrong or it's a bug.
-
7 Aug 2012 2:50 PM
Jump to post Thread: Export store to Excel by KostasP
- Replies
- 258
- Views
- 103,250
I included Downloadify code from here https://github.com/dcneiner/Downloadify
and i get the same error with the Style described 2 posts above... -
7 Aug 2012 11:31 AM
Jump to post Thread: Export store to Excel by KostasP
- Replies
- 258
- Views
- 103,250
I downloaded the code from here https://github.com/iwiznia/Ext.ux.Exporter
It throws an error Uncaught ReferenceError: Downloadify is not defined
What should I do to make it working? There are... -
6 Aug 2012 3:34 PM
Jump to post Thread: List Filter with value label by KostasP
- Replies
- 7
- Views
- 770
Any news on the matter? did u check on this problem?
-
6 Aug 2012 2:53 PM
- Replies
- 7
- Views
- 497
Anyone else? any ideas on the matter?
-
2 Aug 2012 10:51 AM
Jump to post Thread: List Filter with value label by KostasP
- Replies
- 7
- Views
- 770
I want the user to be able to select among labels and the store to be filtered with the actual values. The actual value is an int 1to 7 and there is a renderer that displays the respective label. So...
-
1 Aug 2012 2:54 PM
Jump to post Thread: List Filter with value label by KostasP
- Replies
- 7
- Views
- 770
Any ideas or suggestions?
-
31 Jul 2012 3:03 PM
- Replies
- 1
- Views
- 219
ok found it. It's "fieldCls" config. Although i think readOnlyCls should be applied to the field not the label. Or there should be two cls' one for each like readOnlyLabelCls and readOnlyFieldCls.
-
31 Jul 2012 2:55 PM
- Replies
- 1
- Views
- 219
How can I change the style (font-color, background) of a field? I tried "style" config but it changes the label's style. Tried readOnlyCLs, that too changes the label's style. I need to change the...
-
31 Jul 2012 2:33 PM
- Replies
- 7
- Views
- 497
done, no change, same problem.
-
31 Jul 2012 12:45 PM
Jump to post Thread: List Filter with value label by KostasP
- Replies
- 7
- Views
- 770
var filters = { ftype: 'filters',
filterCls: 'filtcolumn',
autoReload: true,
encode: false,
menuFilterText: 'Φίλτρα',
local: true,
filters: [
{
type: 'string',... -
31 Jul 2012 11:37 AM
- Replies
- 3
- Views
- 646
thanks. that's what i did.
var evts=0; var rprs=0;
store.each(function(record) {
var rep = record.get('EvtRepaired');
if(rep==0 || !rep || rep=="") {
if(record.get('EvtRprID'))... -
31 Jul 2012 11:09 AM
- Replies
- 3
- Views
- 646
Is there a way to conitionally count the records of a store, ie. those records that have a specific value in a given field?
-
31 Jul 2012 8:06 AM
Jump to post Thread: List Filter with value label by KostasP
- Replies
- 7
- Views
- 770
I have a grid column that gets values from 1-7 and a renderer that renders a text label according to the value. I want to add a filter using the filters feature that lets the user select one of...
-
31 Jul 2012 7:27 AM
- Replies
- 7
- Views
- 497
edtSth:function(button) { var win = button.up('window'),
form = win.down('form'),
record = form.getRecord();
values = form.getValues();
if (!values.SthItem ||... -
30 Jul 2012 11:25 AM
- Replies
- 7
- Views
- 497
the only way i found to workaround this problem is to load the store again. But i think that's not normal cause if there is a lot of data doing that for every change would be time-consuming and...
-
30 Jul 2012 11:20 AM
- Replies
- 7
- Views
- 497
I have a grid that uses grouping summary and a remote proxy. On double clicking any row a form pops up to edit the values of this row and then syncs the store with the DB. All goes well if I don't...
-
19 Jun 2012 2:17 PM
- Replies
- 18
- Views
- 6,576
well it looks like
e.record.save() works fine for me though u had it commented out and replaced with
editor.record.save() which gives me the error... -
19 Jun 2012 1:45 PM
- Replies
- 18
- Views
- 6,576
The update functionality doesn't work? Add neither, given it uses the update functionality...
Error message "Cannot call method save of undefind"
Any ideas why? -
7 Mar 2012 5:35 PM
Jump to post Thread: TreePanel / TreeStore with proxy by KostasP
- Replies
- 2
- Views
- 466
Thx a lot!
-
6 Mar 2012 9:25 PM
Jump to post Thread: TreePanel / TreeStore with proxy by KostasP
- Replies
- 2
- Views
- 466
I have a treepanel using a treestore with an ajax proxy to an php file generating some json code. I want to dynamically reload my tree. So I call
tree.getStore().load({url:...
Results 1 to 22 of 22
