Search Type: Posts; User: mkariti
Search: Search took 0.02 seconds.
-
27 Dec 2011 7:30 AM
- Replies
- 2
- Views
- 716
Hi mitchellsimoens,
Many thanks!
Work like a charme!
mkariti -
27 Dec 2011 6:20 AM
- Replies
- 2
- Views
- 716
Hi there,
Store sync sends data as an array when there is more than 1 record But remove the Array [] when there is only 1 record. Is there a way to change this? I would like the sync to send all... -
27 Dec 2011 2:26 AM
- Replies
- 3
- Views
- 601
Got it!
return postData = new System.IO.StreamReader(Request.InputStream).ReadToEnd();
Cheers
mkariti -
26 Dec 2011 6:57 AM
- Replies
- 3
- Views
- 601
Hi mitchellsimoens,
Many thanks for your reply.
I cant find it in the regular request.
Also, been using firebug but cant see it tin the post - not even as part of the params
3029030291
... -
26 Dec 2011 4:56 AM
- Replies
- 3
- Views
- 601
Hi there,
I’m trying to implement the Ext.data.writer.grid example using dot.net.
The grid store is using the CRUD API and when I’m updating (batch) the changes in the grid it sends the changes... -
12 Dec 2011 10:34 PM
- Replies
- 2
- Views
- 661
Hi mitchellsimoens,
Many thanks for your reply.
Here is the code my friend managed to write in order to override the Expand method.
Ext.override(Ext.form.FieldSet, {
setExpanded:... -
11 Dec 2011 4:51 AM
- Replies
- 2
- Views
- 661
Hi there,
Im using the xtype: 'checkboxgroup' and by setting the collapsible to true I get a toggle button which change the group from according to the current state.
As I need to control this I... -
8 Dec 2011 4:59 AM
- Replies
- 4
- Views
- 1,586
Hi justmyhobby,
Many thanks for your reply.
The first option, while it’s a straight forward one, I can’t seems to get it to work and as for the second option I’m not sure how to I apply it in the... -
7 Dec 2011 5:27 AM
- Replies
- 4
- Views
- 1,586
Hi there,
Been trying to activate the cancel edit event but I can’t seems to get it right.
Does anyone have any ideas on how to do that???
I was more successful with all other event such as... -
1 Dec 2011 5:49 AM
Jump to post Thread: Get all btns in a container by mkariti
- Replies
- 6
- Views
- 510
Great! I will try that!
-
1 Dec 2011 3:29 AM
Jump to post Thread: Get all btns in a container by mkariti
- Replies
- 6
- Views
- 510
Hi twaindev,
The first one work like a charm!
About the second one, I have buttons with mixed text on it so I cant really apply this.
Cheers
mkariti -
1 Dec 2011 3:10 AM
Jump to post Thread: Get all btns in a container by mkariti
- Replies
- 6
- Views
- 510
Many thanks twaindev,
How about if I need some of the buttons and not all?
Cheers
mkariti -
1 Dec 2011 2:59 AM
Jump to post Thread: Get all btns in a container by mkariti
- Replies
- 6
- Views
- 510
Hi there,
Im trying to get all the buttons in a container and I think the best way will be is to somehow group them togather and then run using an each loop on all of them.
Is there away to somehow... -
29 Nov 2011 10:38 PM
Jump to post Thread: Sencha IDE is require! by mkariti
- Replies
- 12
- Views
- 1,581
Hi lorezyra,
Many thanks for your input. I think I might fund what I was looking for.
Its a FireBug extension called Illuminations.
Cheers
mkariti -
21 Nov 2011 12:16 AM
- Replies
- 3
- Views
- 874
Hi cubernatic,
Many thanks for your solution! Work like a charm and more important out of the box!
mkariti -
20 Nov 2011 4:11 AM
- Replies
- 1
- Views
- 364
Ok I got it - just set the width to 0.
-
20 Nov 2011 3:50 AM
- Replies
- 1
- Views
- 364
Hi there,
Im using the Ext.create('Ext.grid.plugin.RowEditing'); for updatng the grid and I have my ID column hidden property set to true but when im clicking the raw to be edit the ID column is... -
19 Nov 2011 11:03 PM
Jump to post Thread: Sencha IDE is require! by mkariti
- Replies
- 12
- Views
- 1,581
Many thanks for all of you. I will start testing it.
-
16 Nov 2011 11:28 AM
- Replies
- 2
- Views
- 1,086
Hi mitchellsimoens,
I used the Json encode and it solved all my problems.
I found out that for some reason the .Net ashx Handler still returns a string even the content type is application/json. ... -
16 Nov 2011 11:19 AM
Jump to post Thread: Create Form change alert listener by mkariti
- Replies
- 2
- Views
- 641
Hi mitchellsimoens,
Thanks for that. -
16 Nov 2011 11:15 AM
Jump to post Thread: Sencha IDE is require! by mkariti
- Replies
- 12
- Views
- 1,581
The VS is not annoying at all I think its a great tool for .Net but I think these days you should have something similar for JS. There are so many good IDE out there and I thought there is something...
-
16 Nov 2011 4:16 AM
Jump to post Thread: Sencha IDE is require! by mkariti
- Replies
- 12
- Views
- 1,581
Hi there,
Ok I think its about time I'll raise the question....Is there any good IDE for this great framework?
Up to now Ive been using the VisualStudio 2010 and let me tell you that you'll be... -
15 Nov 2011 4:51 AM
- Replies
- 5
- Views
- 15,521
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.form.field.ComboBox-method-setValue
This works fine for me.
EditPartnerProfileForm.getForm().setValues({
Name :... -
14 Nov 2011 6:01 AM
Jump to post Thread: Create Form change alert listener by mkariti
- Replies
- 2
- Views
- 641
Hi there,
1. I'm trying to create a listener that will create an alert in the gui when the form values have changed. This will notify the user that he must save his new inputs.
Any ideas?
I... -
13 Nov 2011 7:04 AM
- Replies
- 3
- Views
- 718
hi mitchellsimoens,
You mean to load the form when the server return the data?
Is this the correct way to extraxt the data?
listeners : { load: function(data) {...
Results 1 to 25 of 92
