Search Type: Posts; User: John Sourcer
Search: Search took 0.03 seconds.
-
9 Mar 2013 1:59 PM
Jump to post Thread: Nested Json and belongs to by John Sourcer
- Replies
- 1
- Views
- 208
I've spent a long time looking at this and can't seem to get it right:
With this JSON:
[{"LocationId":1,"LocationName":"New... -
28 Jun 2011 5:04 AM
Jump to post Thread: Store each and nested JSON by John Sourcer
- Replies
- 2
- Views
- 1,108
Hi All,
I'm trying to loop through nested data for each record in a store and am failing miserably.
Missing something here:
Json: -
17 May 2011 10:58 AM
- Replies
- 0
- Views
- 617
Hi All,
Just trying to wrap my head around the changes to 4. Previously I used:
var loader = new Ext.tree.TreeLoader({
method: 'POST',
dataUrl: 'DataHandler.ashx' -
25 Apr 2011 10:12 AM
- Replies
- 101
- Views
- 39,657
Is there a Kindle version of ExtJS in Action?
-
10 Jan 2011 8:48 PM
Jump to post Thread: Ext.ux.form.CheckboxCombo by John Sourcer
- Replies
- 92
- Views
- 27,626
Store is in the form:
{"id": 1, "collection":"test"} -
10 Jan 2011 7:49 AM
Jump to post Thread: Ext.ux.form.CheckboxCombo by John Sourcer
- Replies
- 92
- Views
- 27,626
Hey Clint,
Great stuff. setValue() doesn't seem to work though. Using the latest code base.
I load a store and then:
ds_collections.on('load', function (thisStore, records, options) {
... -
8 Jan 2011 7:00 AM
- Replies
- 3
- Views
- 1,902
:))
-
28 Jul 2010 1:40 AM
- Replies
- 3
- Views
- 728
Thanks for replying Animal
Either window.close() or window.destroy() illicites this behaviour. -
28 Jul 2010 1:25 AM
- Replies
- 3
- Views
- 728
Hi All,
I have a combo in a window which has a cancel button. If I select an item in the combo and then cancel, IE only fires an error in ext-all-debug.js on line 54849:
this.store is null
... -
26 Jul 2010 11:42 PM
Jump to post Thread: Forum Software Upgrade by John Sourcer
- Replies
- 162
- Views
- 20,461
The search is disgraceful.
-
15 Jun 2010 12:27 AM
- Replies
- 9
- Views
- 1,523
Condor,
This is deffo a problem. It's happening in other sites I upgrade to 3.2.1 I'm setting up a test case to demo. -
14 Jun 2010 2:36 AM
- Replies
- 9
- Views
- 1,523
3.2.1
-
14 Jun 2010 1:57 AM
- Replies
- 9
- Views
- 1,523
Here is the full function where 'center' is a center region in a viewport set to layout border.
function createClaimPanel() {
var center = Ext.getCmp('center');
var ds = new... -
14 Jun 2010 1:28 AM
- Replies
- 9
- Views
- 1,523
I've reduced it to:
var combo_max_entries = new Ext.form.ComboBox({
triggerAction: 'all',
mode: 'local',
fieldLabel: 'Records',
id: 'max_entries',
... -
14 Jun 2010 1:05 AM
- Replies
- 9
- Views
- 1,523
Thanks Condor,
The problem is on line 38858: ct is undefined
if (this.ownerCt){
38857 this.findParentBy(function(ct){
38858 zindex = parseInt(ct.getPositionEl().getStyle('z-index'), 10);... -
14 Jun 2010 12:49 AM
- Replies
- 9
- Views
- 1,523
Hi All,
I create a combo as follows:
var combo_max_entries = new Ext.form.ComboBox({
triggerAction: 'all',
mode: 'local', -
14 Jun 2010 12:33 AM
Jump to post Thread: Forum Software Upgrade by John Sourcer
- Replies
- 162
- Views
- 20,461
The search is really bad, do I honestly have to go and read up on how Vbulletin's search algo works?
-
22 Feb 2010 12:15 AM
- Replies
- 1
- Views
- 654
Hi All,
Searched and tried several solutions to no avail.
I have an EditorGridPanel populated from JSON below:
{
"units": [ -
27 Oct 2009 4:13 AM
Jump to post Thread: DropZone creation in IE by John Sourcer
- Replies
- 24
- Views
- 3,078
Ah yes! Thanking-you. Works perfectly now. 1 000 007 points awarded and closed. Where can I buy the book?
-
20 Oct 2009 1:08 AM
Jump to post Thread: Dropzone notifyover on IE by John Sourcer
- Replies
- 0
- Views
- 463
Can anybody see why the alert doesn't fire on IE?
<script type="text/javascript">
Ext.onReady(function() {
Ext.BLANK_IMAGE_URL = 'images/s.gif'; -
20 Oct 2009 12:36 AM
Jump to post Thread: DropZone creation in IE by John Sourcer
- Replies
- 24
- Views
- 3,078
Anybody shed some light on why the alert doesn't fire in IE?
<script type="text/javascript">
Ext.onReady(function() {
Ext.BLANK_IMAGE_URL = 'images/s.gif';
... -
15 Oct 2009 12:50 AM
Jump to post Thread: DropZone creation in IE by John Sourcer
- Replies
- 24
- Views
- 3,078
Doug,
Implemented without success. Notifyover still only fire in FF and Chrome not in IE8. The store in question is the grid store, the delegate callback issue was my ignorance which is... -
14 Oct 2009 3:38 AM
Jump to post Thread: DropZone creation in IE by John Sourcer
- Replies
- 24
- Views
- 3,078
Hey Hendric, doesn't seem to fire. Which probably means I'm doing it wrong. Is it documented?
-
14 Oct 2009 1:53 AM
Jump to post Thread: DropZone creation in IE by John Sourcer
- Replies
- 24
- Views
- 3,078
Animal, I hate dragging you around like this. But I tried the following and even that fails on IE where it works on FF. I really do appreciate the assistance
afterrender: function(){
... -
13 Oct 2009 11:58 PM
- Replies
- 2
- Views
- 1,311
onKeyUp? may interfere with the user experience a bit though. Why not do it when the input is completed?
Results 1 to 25 of 120
