Search Type: Posts; User: silent
Search: Search took 0.02 seconds.
-
28 Nov 2011 2:50 AM
- Replies
- 6
- Views
- 1,255
confirmed!
-
25 Nov 2011 4:39 AM
- Replies
- 3
- Views
- 615
Hi,
I'm in trouble in dealing with two drag&drop actions.
I've build a bordered layout.
The 'north' area is a simple toolbar component where only some small containers (DIV tags) are... -
18 Nov 2011 7:28 AM
- Replies
- 1
- Views
- 441
Hi everyone,
I'm trying to create a Ext.Panel with drag&drop feature. For that, I created a Ext.Window which floats in front of my frontend. It renders without problems.
The Ext.Window contains... -
9 Nov 2011 6:26 AM
- Replies
- 1
- Views
- 401
Hey Sencha,
I've build lots of charts in the last few weeks, all works fine but there is one ugly thing on IE. The result looks like this on IE9:
29176
But it should look like in Firefox... -
3 Nov 2011 12:21 AM
- Replies
- 3
- Views
- 759
Hm, strange... for now in the 4.0.7 it works for me, too. But on 4.0.2a it crashes.
So you can close this thread, it's solved in 4.0.7! -
28 Oct 2011 3:46 AM
- Replies
- 3
- Views
- 759
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Ext 4.0.7
Browser versions tested against:
Chrome 15.0.874.106 m -
27 Oct 2011 11:31 PM
- Replies
- 0
- Views
- 270
Hi,
is it possible to select only a some of the records in a store to use with a chart? I need this for some statistic data which is given from my backend database. At the moment I must set up a... -
27 Oct 2011 10:34 PM
- Replies
- 2
- Views
- 788
Hey guys,
I stumpled over an error which I cannot debug, because it's only a 'warning'. So I hope someone could help me.
I created a chart with bar series and added a store to it, all rendered... -
25 Oct 2011 1:25 AM
- Replies
- 1
- Views
- 461
Hey guys,
I'm trying to put a default value to my combobox after getting data from my proxy via ajax and autoLoad. How can I add a prompt/default value at top (insert in index 0) of my combobox... -
24 Oct 2011 11:05 PM
- Replies
- 7
- Views
- 1,056
Thank you, that was the problem I haven't seen. I fixed it, now it works! great! Thanks again! ;)
-
21 Oct 2011 7:01 AM
- Replies
- 7
- Views
- 1,056
Model:
Ext.define('MyProject.model.MyData', {
extend: 'Ext.data.Model',
fields: [
{ type: Ext.data.Types.STRING, name: 'username' },
{ type:... -
21 Oct 2011 4:29 AM
- Replies
- 7
- Views
- 1,056
Okay, on the callback function I get phantom records and all of my records are existent but all attributes are undefined. The success is set to true and so Ext must be able to parse the JSON, what...
-
21 Oct 2011 4:09 AM
- Replies
- 1
- Views
- 557
You can find my solution here: http://www.sencha.com/forum/showthread.php?151697-How-to-send-JSON-data-via-ajax-proxy-to-a-server-by-using-store.load%28%29&p=662809&viewfull=1#post662809
-
21 Oct 2011 4:05 AM
- Replies
- 7
- Views
- 1,455
I've found a solution!
Jayrock is able to process GET requests. I stumbled about at http://groups.google.com/group/jayrock/browse_thread/thread/7b39d07a7635cc51 where Atif Aziz links to a good... -
21 Oct 2011 3:52 AM
- Replies
- 7
- Views
- 1,056
Hey,
I'm loading via proxy my data from a remote service. All fine, the data returns, the store gets filled with all the records but all records are undefined, why?
I've created a Store in my... -
21 Oct 2011 2:44 AM
- Replies
- 7
- Views
- 1,455
I'm using Jayrock on a .NET backend. The problem here is, that Jayrock first gets the data from the request and I can't manually decode it. So I need a proper way to insert that, If there's no...
-
21 Oct 2011 2:21 AM
- Replies
- 7
- Views
- 1,455
This will only name the Parameter jsonStr and assign them the value of a pseudo-json object and url encoded, that's bad. and not what I want, because my backend only accepts full JSON objects,...
-
21 Oct 2011 1:31 AM
Jump to post Thread: Post to server from a proxy by silent
- Replies
- 1
- Views
- 371
You can change the default headers and some custom headers by using:
http://mgd.im/ext/docs/index.html#/api/Ext.data.proxy.Ajax-cfg-headers and... -
21 Oct 2011 1:14 AM
- Replies
- 7
- Views
- 1,455
That doesn't work. Can I use the writer config to send data with type 'json' - just that the Proxy encodes my data in JSON?
-
21 Oct 2011 12:58 AM
- Replies
- 7
- Views
- 1,455
Hey,
how can I add some extra data to my request via a store proxy? The config 'extraParams:' in the proxy's config can only pass normal http parameters with a POST or GET request to the server.... -
20 Oct 2011 11:03 PM
- Replies
- 1
- Views
- 557
Hey,
I'm trying to use the proxy in my Ext.data.Store to request data from a remote procedure (RP). I'm doing this, because I want to use pagination in a grid panel. I tried it without pagination,...
Results 1 to 21 of 21
