Search Type: Posts; User: jsalisbury
Search: Search took 0.05 seconds.
-
21 Mar 2013 5:59 AM
- Replies
- 1
- Views
- 70
By removing carriage returns "\r\n" and whitespace, which I'd added for readability the functions now sneak through OK and Ext.decode can parse the JSON.
so for example this mapping is fine:
... -
21 Mar 2013 4:19 AM
- Replies
- 1
- Views
- 70
I know JSON should not include functions - please dont remind me, thank you, but...
I'd like to generate my field mapping config server side and then send this to the browser to be included... -
1 Aug 2012 2:19 PM
- Replies
- 3
- Views
- 1,404
really neat =D>
....now I'm a believer!
many thanks
J. -
1 Aug 2012 6:54 AM
- Replies
- 3
- Views
- 1,404
Its all very well doing a header on your index.php for CORS but the each REST JSON response needs the CORS header(s) too.
In this case its not practical to modify the REST service to produce extra... -
1 Aug 2012 2:16 AM
- Replies
- 3
- Views
- 1,404
Does anyone have a working example of an Ext.Ajax.request that has to use CORS to receive some JSON ?
I'd be particularly interested in one on the public internet so that I can see and believe!
... -
2 Jul 2012 5:02 AM
- Replies
- 3
- Views
- 1,056
thank you mikhailt and Friend.
Worked for me in a multi-series chart. -
24 May 2012 1:04 AM
Jump to post Thread: Centering page content and IE by jsalisbury
- Replies
- 2
- Views
- 323
The following addition to the local style sheet produces the right result. Not sure what side effects this might have though.
.x-boundlist-item {
text-align: left !important;
} -
24 May 2012 12:46 AM
Jump to post Thread: Centering page content and IE by jsalisbury
- Replies
- 2
- Views
- 323
Using combos.js (/extjs-4.1.0/examples/form/combos.js) from the examples page, try this:
<html>
<head>
<title>Combos Example</title>
<link rel="stylesheet" type="text/css"... -
23 May 2012 9:26 AM
Jump to post Thread: Centering page content and IE by jsalisbury
- Replies
- 2
- Views
- 323
I'm using the following style to center a DIV in an otherwise blank page:
body {
text-align: center; /* For Blessed IE */
}
#wrapper {
width: 800px;
margin: 0 auto; -
14 May 2012 4:56 AM
- Replies
- 17
- Views
- 2,605
Solved my problem. I had to parseFloat on my values to get them to match the store's id field (integer).
My values were being read in a loop from a json store, and (mea culpa!) I had allowed the... -
9 May 2012 10:36 AM
- Replies
- 17
- Views
- 2,605
Just for the record I'm getting much the same problem as 'stimpy'.
I'm writing in 4.1.0 from scratch, but I'm getting the same issue trying to pre-select values based on an id/display pairs in a... -
16 Apr 2012 8:37 AM
Jump to post Thread: add record to a combo store by jsalisbury
- Replies
- 6
- Views
- 2,452
I had been searching for ages for a simple means to add a record on the fly to an existing store.
I knew it had to be possible without defining models or creating record instances separately.
This... -
14 Feb 2012 8:55 AM
- Replies
- 3
- Views
- 594
I think we were typing at the same time!
I've done exactly what you said. -
14 Feb 2012 8:39 AM
- Replies
- 3
- Views
- 594
Workaround so far
beautify classes.js so you can customize the source.
(I'm using classes from Ext.4.0.2 beautified by http://jsbeautifier.org/)
1. add cfg objects to your shortcut model... -
14 Feb 2012 6:48 AM
- Replies
- 3
- Views
- 594
I'd like to be able to pass a config object for any window launched from a shortcut.
We've implemented the desktop shortcuts so that they always launch the same module, but would like to... -
17 Jan 2012 7:07 AM
- Replies
- 2
- Views
- 703
I'm using the SVG generated by the chart class to generate images on the server.
var svgCode = Ext.getCmp('chart_' + win.id).getEl().dom.innerHTML;
Ideally I'd like the chart title inside the... -
31 Oct 2011 3:19 AM
- Replies
- 5
- Views
- 1,640
In the end, this worked for me with Extjs 4.0.2
1. FormPanel config:
'standardSubmit: true'
2. Submit button handler with it own submit statement, with target: '_blank' config:
... -
25 Oct 2011 7:14 AM
- Replies
- 5
- Views
- 1,640
Can someone put me out of my misery on this ?
-
24 Oct 2011 6:20 AM
- Replies
- 5
- Views
- 1,640
I'd like to POST a form directly to a php script on the server, so I'm using
"standardSubmit: true".
So far so good.
But I'd also like to see the response in a new browser window.
How do I do... -
22 Jul 2011 8:41 AM
- Replies
- 5
- Views
- 1,432
mdavis,
I had stripped a lot of the sensible bells and whistles out when I was debugging. Now I'll be putting them back in one, at a time!
thanks. -
22 Jul 2011 8:34 AM
- Replies
- 5
- Views
- 1,432
Thank you, cubernatic.
I'm ever so grateful. I can even look forward to the weekend now! -
22 Jul 2011 7:55 AM
- Replies
- 5
- Views
- 1,432
I notice that there are no examples of combos in the 'Samples & Demos' example, which is a little unfortunate with regard to nailing this.
Whilst the notepad window has a drop down font list... -
21 Jul 2011 1:45 AM
- Replies
- 15
- Views
- 2,168
Extjs is a fantastic framework, that is why we're all prepared to put in the hours to realise the benefits.
I'm eternally grateful to the people who made it happen, and continue to develop it.
... -
20 Jul 2011 8:22 AM
- Replies
- 5
- Views
- 1,432
I'm using a customised version of the web desktop application.
I cannot get a combo box of any kind, however stripped down to render inside a window.
Code:
When I run the function... -
20 Jul 2011 2:26 AM
- Replies
- 15
- Views
- 2,168
I have to agree with the original post - the introduction of version 4.0 without adequate support material, has been a real test of faith! The sooner some Extjs 4.0 books appear the better. The fact...
Results 1 to 25 of 35
