Search Type: Posts; User: jonn
Search: Search took 0.03 seconds.
-
19 Feb 2009 7:43 AM
Jump to post Thread: Dynamically loading tree nodes by jonn
- Replies
- 11
- Views
- 2,119
You need to specify a loader on the TreePanel.
Add a Ext.tree.TreeLoader (http://www.extjs.com/deploy/dev/docs/?class=Ext.tree.TreeLoader).
TreeLoader has a dataUrl attribute. -
14 Oct 2008 1:16 AM
Jump to post Thread: A tree example code by jonn
- Replies
- 2
- Views
- 659
Have you tried looking at the source of some of these trees: http://extjs.com/deploy/dev/examples/samples.html#sample-4
and look here: http://extjs.com/learn/Tutorials#Tree -
20 Jun 2008 12:34 AM
Jump to post Thread: screen resize event? by jonn
- Replies
- 3
- Views
- 1,610
Look at EventManager:
http://extjs.com/deploy/dev/docs/?class=Ext.EventManager -
7 May 2008 1:53 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by jonn
- Replies
- 677
- Views
- 252,692
Class Ext.Template
There is a link to a blog post with examples.
The link is broken. -
2 May 2008 2:06 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by jonn
- Replies
- 677
- Views
- 252,692
The accordion example is contradictory to the docs for example:
layoutConfig: {
// layout-specific configs go here
titleCollapse: false,
animate: true,
... -
18 Apr 2008 3:44 AM
- Replies
- 272
- Views
- 56,436
The fact that that question got such a quick answer is a testament to the Ext support facilities in itself.
-
18 Apr 2008 2:48 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by jonn
- Replies
- 677
- Views
- 252,692
This has been highlighted in the following thread:
http://extjs.com/forum/showthread.php?t=32619
If you set resizeTabs:true then tabs with a title longer than the minTabWidth or default tab width... -
4 Apr 2008 5:50 AM
Jump to post Thread: Combobox rendering issue in viewport by jonn
- Replies
- 1
- Views
- 2,566
http://extjs.com/forum/showthread.php?t=29997
See if that helps. -
4 Apr 2008 5:49 AM
- Replies
- 2
- Views
- 3,274
http://extjs.com/forum/showthread.php?t=29997
See if that helps. -
7 Feb 2008 2:59 AM
Jump to post Thread: Problems with a Portal-Layout by jonn
- Replies
- 3
- Views
- 1,111
Did you get a fix for this in the end?
-
6 Feb 2008 7:07 AM
Jump to post Thread: Portlet vertical resizing by jonn
- Replies
- 13
- Views
- 8,717
Did anyone manage to work out horizontal resizing portals?
-
5 Feb 2008 8:03 AM
Jump to post Thread: Form and java servlet nightmare by jonn
- Replies
- 7
- Views
- 2,890
Send your variables as a String so in your Servlet:
ServletOutputStream out = resp.getOutputStream();
out.print("{description: '"+getDescription()+"', params: '"+getParams()+"', name:... -
31 Jan 2008 6:50 AM
- Replies
- 12
- Views
- 2,719
Here is some code to display a text field with an image after it.
'targets': new Ext.grid.GridEditor(new Ext.form.TriggerField({id:'trigTrgts',
triggerClass:'x-form-ellips-trigger',... -
30 Jan 2008 8:01 AM
Jump to post Thread: Accordion Autoheight by jonn
- Replies
- 11
- Views
- 3,346
Did you try removing autoHeight?
-
25 Jan 2008 8:29 AM
- Replies
- 12
- Views
- 2,719
http://extjs.com/deploy/dev/docs/output/Ext.form.TriggerField.html
To change the image use a custom class for triggerClass -
25 Jan 2008 7:37 AM
Jump to post Thread: Possible to set Global Date Format? by jonn
- Replies
- 4
- Views
- 1,665
Yes, of course. That's just what I was looking for. Thanks once again Condor for your time.
-
25 Jan 2008 6:06 AM
- Replies
- 12
- Views
- 2,719
Have you tried using a TriggerField?
-
25 Jan 2008 5:45 AM
Jump to post Thread: Possible to set Global Date Format? by jonn
- Replies
- 4
- Views
- 1,665
I tried that Condor and while the date is the correct format when the editor (DatePicker) is available, as soon as I focus off that field in the PropertyGrid it defaults back to 'm/d/Y'.
-
25 Jan 2008 5:37 AM
Jump to post Thread: Possible to set Global Date Format? by jonn
- Replies
- 4
- Views
- 1,665
Hi
I have a property grid which is using the default renderer/editor for a date value:
properties.setSource({"startDate": new Date()});
Is there some way that I can configure Ext to use the... -
25 Jan 2008 4:29 AM
Jump to post Thread: Open window below button by jonn
- Replies
- 5
- Views
- 1,136
Excellent, thanks again. Noob problem :)
-
25 Jan 2008 4:16 AM
Jump to post Thread: Open window below button by jonn
- Replies
- 5
- Views
- 1,136
Ok, I'm a bit stumped now.
I've got this creating my custom editor:
'frequencies': new Ext.grid.GridEditor(new Ext.form.TriggerField({
id:'trigFreqs',... -
25 Jan 2008 3:35 AM
Jump to post Thread: Open window below button by jonn
- Replies
- 5
- Views
- 1,136
Of course, I couldn't see it for looking. Thanks Condor.
-
25 Jan 2008 3:17 AM
Jump to post Thread: Open window below button by jonn
- Replies
- 5
- Views
- 1,136
Say I have a button (or actually a TriggerField in my case) and I am opening a window on the trigger click, what's the best way to show the window below the button in much the same way as a menu is...
-
24 Jan 2008 6:50 AM
- Replies
- 3
- Views
- 1,040
What are you calling? If you're calling a servlet for example make sure you throw an error. Success means the Ajax call succeeded without errors. If you are passing back a message saying their was an...
-
24 Jan 2008 6:45 AM
Jump to post Thread: Accordion Autoheight by jonn
- Replies
- 11
- Views
- 3,346
WFM.
Try putting the accordion content in another div with overflow on.
Results 1 to 25 of 29
