Hybrid View
-
19 Feb 2007 10:04 AM #1
TreePanel not functioning
TreePanel not functioning
The TreePanel was broken by me yesterday doing clean up. I have uploaded a new zip (same location) with a hot fix.
Sorry for any inconvenience.
-
19 Feb 2007 10:10 AM #2
Thanks a lot, that fixed the problem I had with closing branches 8)
-
19 Feb 2007 11:05 AM #3
i have the examples local running, the tree expamples dont show me the tree-pics (s.gif).
Under the pic property in firefox the pic url ist yui-ext.com/s.gif.
Anyone with the same problem?
-
19 Feb 2007 11:09 AM #4
That's only an empty placeholder gif. Most likely the css link is wrong (yui-ext.css instead of ext-all.css).
-
19 Feb 2007 11:14 AM #5
Take a look at the docs under Ext.BLANK_IMAGE_URL. It the url of a blank image file Ext can use to create inline image with css background images.
-
19 Feb 2007 11:21 AM #6
i think it have something to do with core/ext.js BLANK_IMAGE_URL: "http://www.yui-ext.com/s.gif".
the css urls (../images/default/s.gif) are all ok.
ah, got it : http://www.yui-ext.com/forum/viewtopic.php?t=2829
-
19 Feb 2007 11:27 AM #7
The reason it isn't specified as a standard css path is because the correct path depends on what page it is running in. Ideally, it should be set to an absolute path.
-
19 Feb 2007 11:54 AM #8Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Forest Grove, OR
- Posts
- 1,038
- Vote Rating
- 0
By "absolute" you mean root relative, right?
Originally Posted by jacksloc
Root relative:
instead of absolute:Code:/images/s.gif
Code:http://mydomain.com/images/s.gif
-
19 Feb 2007 11:59 AM #9
Yes, that would work too.
-
19 Feb 2007 12:06 PM #10Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Forest Grove, OR
- Posts
- 1,038
- Vote Rating
- 0
The only reason I mention is that the absolute path will cause issues for users who have apps that switch in and out of SSL mode.
Similar Threads
-
treepanel of yui-ext 0.40
By humpdi in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 20 Feb 2007, 2:51 PM -
TreePanel
By dolittle in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 20 Feb 2007, 2:12 PM -
Bug in new TreePanel
By manugoel2003 in forum Ext 1.x: BugsReplies: 2Last Post: 24 Jan 2007, 11:43 PM -
TreePanel
By seldon in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 12 Jan 2007, 1:40 PM -
new TreePanel
By alex1er in forum Community DiscussionReplies: 2Last Post: 8 Jan 2007, 10:31 AM


Reply With Quote
