Search Type: Posts; User: bartonjd
Search: Search took 0.02 seconds.
-
8 Aug 2012 10:33 AM
- Replies
- 61
- Views
- 24,189
Have you looked at the html source in firebug? Try putting some console.log statements in the render handler (in complistview file) and share your findings.
-
11 Jun 2012 1:30 PM
Jump to post Thread: Ext.Direct PHP backend by bartonjd
- Replies
- 34
- Views
- 26,841
How well is this running in ExtJs 4?
-
20 Jan 2012 12:58 PM
- Replies
- 19
- Views
- 6,289
Hi Sambros, I would be more than happy to help but it would make this easier if you could post a link to your page or provide a zip for me to experiment with. Or perhaps this extension I wrote would...
-
28 Jul 2011 6:47 AM
Jump to post Thread: Timeline/Gantt Widget Feedback by bartonjd
- Replies
- 4
- Views
- 2,589
Any feedback or suggestions for improvement would be greatly appreciated.
-
26 Jul 2011 6:54 AM
- Replies
- 0
- Views
- 1,125
This is just a simple plugin that ensures that all grid columns are wide enough for their header text and their contents.
Ext.ns('Ext.plugins');
Ext.plugins.GridAutoWidths = function(config)... -
20 Jul 2011 8:36 AM
Jump to post Thread: Checkbox Group Clone [HoloGrp] by bartonjd
- Replies
- 0
- Views
- 1,103
After struggling to make the built in checkbox group work the way I needed it too I decided to write my own clone. An example can be seen at http://beta.climate.usurf.usu.edu/demo/selectionGroup.php...
-
30 Jun 2011 6:22 AM
- Replies
- 19
- Views
- 6,289
To which code portion of theming are you referring?
-
21 Apr 2011 2:51 PM
Jump to post Thread: Timeline/Gantt Widget Feedback by bartonjd
- Replies
- 4
- Views
- 2,589
I have developed a Gantt timeline widget for Extjs that I feel would be valuable to other Sencha community members, also any feedback or improvements that others may have would be appreciated. An...
-
10 Jan 2011 12:50 PM
- Replies
- 1
- Views
- 714
I apologize, while I have had this problem before, something else appears to be the issue. My apologies for any of your time I may have wasted
-
22 Sep 2010 2:02 PM
- Replies
- 13
- Views
- 2,268
Thank you very much michaelc and joeri, your comments have been very helpful to me and are in line with what I have been finding. In order to really learn the language well you must be digging in...
-
20 Sep 2010 4:25 PM
- Replies
- 13
- Views
- 2,268
I am not sure if this is the best place for this thread. I am writing a paper for my College english class on the advantages/disadvantages of learning a programming language by discovery/(exploring...
-
8 Jul 2010 4:29 PM
Jump to post Thread: Template TabPanel by bartonjd
- Replies
- 2
- Views
- 956
Hmmm, I can try testing it with Firefox 4.0 but firefox 3.66, 3.64, IE8, Chrome, Safari all vied it fine, I did however check line 37 and removed a comma that wasn't necessary, perhaps your browser...
-
7 Jul 2010 6:39 AM
- Replies
- 5
- Views
- 1,285
No problem, glad you got it figured out :)
-
6 Jul 2010 5:54 PM
- Replies
- 5
- Views
- 1,285
By default drag zones I believe register themselves with the Ext.dd.ScrollManager and so you should be able to tweak some settings to stop this behavior. Try setting containerScroll to false in the...
-
6 Jul 2010 5:23 PM
- Replies
- 3
- Views
- 682
I couldn't find the North or South splitter at the link provided and the code is packed in some encoded format, do you have some code you could post here and let us look at?
-
6 Jul 2010 5:11 PM
Jump to post Thread: Template TabPanel by bartonjd
- Replies
- 2
- Views
- 956
I posted this as an example in the ComponentDataView thread by condor but I don't want to hijack his thread and I wanted to post this here so that if anyone has feedback I can make changes. This...
-
6 Jul 2010 3:38 PM
- Replies
- 61
- Views
- 24,189
I was playing around with your code Condor and couldn't quite get it to do what I needed so I have written this extension which is somewhat similar in nature. This extension lets the user define a...
-
9 Apr 2010 8:36 PM
Jump to post Thread: CheckboxGroup items from JSON by bartonjd
- Replies
- 30
- Views
- 27,637
I have begun a new thread for people to comment on this code and make improvements such as a load mask etc. the link is here:...
-
9 Apr 2010 8:33 PM
- Replies
- 19
- Views
- 6,289
I have added your change and it was a good catch! :) I have also added a loadmask that is configurable to some extent. Does anyone else have any ideas?
Ext.namespace("Ext.ux");... -
31 Mar 2010 6:52 AM
- Replies
- 19
- Views
- 6,289
I have been working on improving the remote checkbox group written collaboratiely by a few users on this forum. It works fairly well but when I call my refresh method (reload) it sometimes will do...
-
30 Mar 2010 11:45 AM
Jump to post Thread: CheckboxGroup items from JSON by bartonjd
- Replies
- 30
- Views
- 27,637
I have updated the code so that it will work even if the group is in an inactive accordion panel.
Ext.namespace("Ext.ux");
Ext.ux.RemoteCheckboxGroup = Ext.extend(Ext.form.CheckboxGroup, {... -
15 Feb 2010 1:29 PM
Jump to post Thread: CheckboxGroup items from JSON by bartonjd
- Replies
- 30
- Views
- 27,637
try putting try{} catch(){} blocks around your code, ie:
try{..........CODE.....}
catch(exception){
console.log(exception);
} -
15 Feb 2010 1:28 PM
Jump to post Thread: CheckboxGroup items from JSON by bartonjd
- Replies
- 30
- Views
- 27,637
You need to change the url to point to a file on your site that will provide the output you need, serverServices.php is just the page I use on my site in order to provide the ajax response. Let me...
-
21 Jan 2010 12:37 PM
Jump to post Thread: CheckboxGroup items from JSON by bartonjd
- Replies
- 30
- Views
- 27,637
I have updated this User extension to play nicely with Ext 3.1
Here is the code for the checkboxgroup, radiogroup forthcoming.
Ext.namespace("Ext.ux");
Ext.ux.RemoteCheckboxGroup =... -
19 Jan 2010 3:47 PM
- Replies
- 6
- Views
- 6,962
How would I get the json from the server in order to add my checkboxes to a checkboxgroup dynamically?
Results 1 to 25 of 60
