Search Type: Posts; User: PatrickS
Search: Search took 0.02 seconds.
-
18 Nov 2010 7:43 AM
Jump to post Thread: Bug with Dataview? IE7 by PatrickS
- Replies
- 1
- Views
- 551
hmm... nvr mind, itemSelector is required in the dataview...
-
18 Nov 2010 7:38 AM
Jump to post Thread: Bug with Dataview? IE7 by PatrickS
- Replies
- 1
- Views
- 551
Hi,
I have the following code:
function showFairs() {
var fairGridStore = new Ext.data.DirectStore({
directFn: Fair.GetUpcommingFairs,
root: 'data',
idProperty: 'FairID', -
17 Nov 2010 3:13 AM
Jump to post Thread: Cycler by PatrickS
- Replies
- 2
- Views
- 441
Solved it ;)
function showInThePictureItems() {
var inThePictureGridStore = new Ext.data.DirectStore({
directFn: InThePicture.GetActiveInThePictureItems,
root: 'data',
idProperty:... -
17 Nov 2010 12:39 AM
Jump to post Thread: Cycler by PatrickS
- Replies
- 2
- Views
- 441
Hi,
I hope my question is clear. I really need this functionality. If there are any questions, please ask them.
Patrick -
16 Nov 2010 10:48 AM
Jump to post Thread: Cycler by PatrickS
- Replies
- 2
- Views
- 441
Hi,
I want to use a cycler. I tried to use the jquery cycler. I render a template with some foto's. I tried to start the cycler in the afterrender of the dataview, but that didn't work. Does... -
10 Nov 2010 9:01 AM
Jump to post Thread: datefield conversion in form by PatrickS
- Replies
- 1
- Views
- 712
Hi,
At this moment I retrieve from my direct backend a date field with the format 'Y-m-d\\T00:00:00'. In my form I need to display the datefield as 'd-m-Y'. in my form I specified my datefield... -
4 Nov 2010 6:02 AM
- Replies
- 2
- Views
- 899
ok!
Thanks for your quick response!
Patrick -
4 Nov 2010 5:48 AM
- Replies
- 2
- Views
- 899
Hi,
Today I was debugging my C# code with a breakpoint. While testing this I had a conversation after I stored the data already in the database, but still had my breakpoint in the code. When I... -
30 Oct 2010 7:09 AM
- Replies
- 2
- Views
- 668
Hi,
At this moment I block my whole page with a wait message when I’m loading a control. It should be enough to block only the container that is hosting the control. Is there a way to use a... -
20 Oct 2010 7:13 AM
- Replies
- 0
- Views
- 1,213
Hi,
Does anyone has an example for a file upload form with some info fields in combination with Extdirect for MVC? I need to upload a Image with an ID and an imagetype (the latter 2 are both... -
18 Oct 2010 3:40 AM
Jump to post Thread: overlay form/panel by PatrickS
- Replies
- 2
- Views
- 644
Thanks m8, that did the trick!
-
18 Oct 2010 2:39 AM
- Replies
- 0
- Views
- 398
I posted this in the help forum, but at this moment I think it is a bug?
Hi,
I have a tabpanel. In the second tab I have a complex layout with input numberfields and some buttons. I discovered... -
18 Oct 2010 2:25 AM
Jump to post Thread: overlay form/panel by PatrickS
- Replies
- 2
- Views
- 644
Hi,
I have an advanced edit screen that can edit multiple entities. So at first there are 2 grids. Grid 1 has all entities and grid 2 can contain the entities that need to be edited. The user can... -
15 Oct 2010 12:41 AM
- Replies
- 0
- Views
- 353
Hi,
I have a tabpanel. In the second tab I have a complex layout with input numberfields and some buttons. I discovered that the numberfields are not correctly filled with the data from the... -
15 Oct 2010 12:00 AM
- Replies
- 0
- Views
- 499
Hi,
Is it possible to have a '.' and a ',' as allowed decimals in a NumberField?
Regards,
Patrick -
11 Oct 2010 6:23 AM
- Replies
- 1
- Views
- 840
Hi,
In my datastore I have a number. I display the data with a dataview that uses a template. How can I show the number with 2 decimals? At this moment the trainling 0 are suppressed.
Patrick -
10 Oct 2010 2:32 AM
Jump to post Thread: combobox alignment/fontsize by PatrickS
- Replies
- 0
- Views
- 646
Hi,
If I change in the body of my website the fontsize from 10pt to 12pt the dropdown arrow of a combobox is not proper aligned with the textbox next to it. The arrow-button moves 2 pixels up. Is... -
6 Oct 2010 10:24 AM
Jump to post Thread: xtemplate not equals boolean by PatrickS
- Replies
- 1
- Views
- 1,572
Hi,
I have
'<tpl if="Available">',
'<div style="background-color: #3CB371">',
'</tpl>',
This works, but xtemplates do not support else statements. When it is not available, I need to... -
6 Oct 2010 6:42 AM
Jump to post Thread: padding Ext.form.TextField by PatrickS
- Replies
- 2
- Views
- 757
Hi,
For one field in my form I would like to bring the label and the inputfield closer together. I can manipulate the labelstyle and the input style, but I cant get them closre together. Does... -
5 Oct 2010 6:51 AM
Jump to post Thread: multisort on datastore by PatrickS
- Replies
- 3
- Views
- 653
ow darn, just after I posted it I saw that it was my Dyslexia that is bugging me :(
-
5 Oct 2010 6:50 AM
Jump to post Thread: multisort on datastore by PatrickS
- Replies
- 3
- Views
- 653
I tried the following:
var sorter = new Array();
sorter.push({ field: 'fixed_value_description', direction: 'DESC' });
sorter.push({ field: 'fixed_descriptoin', direction: 'DESC' });
... -
5 Oct 2010 6:17 AM
Jump to post Thread: multisort on datastore by PatrickS
- Replies
- 3
- Views
- 653
Hi,
In the API it is stated that one can do a multiSort on a store. As parameter you have to give an array of sorters and a sort direction (multiSort( Array sorters, String direction ) : void)... -
4 Oct 2010 11:30 AM
- Replies
- 2
- Views
- 560
Thanks Wes, that did the trick.
-
4 Oct 2010 10:01 AM
- Replies
- 2
- Views
- 560
Hi,
Based on 2 booleans in a record in the datastore I want to manipulate the behavior of an editable datagrid. When Boolean A is true, I want to make field 1 (with an dropdownbox) uneditable.... -
27 Sep 2010 7:02 AM
Jump to post Thread: Events not firing by PatrickS
- Replies
- 0
- Views
- 558
--
just a typo. Sorry to bother.
Results 1 to 25 of 48
