-
Inline Images Not Showing
Inline Images Not Showing
Hi there,
I recently started trying to learn Sencha, and grabbed the latest version and started going through the "Hello World" and "Getting Started" tutorials.
One of the issues I'm having now is that it doesn't seem like I'm getting any of the inline images.
In my main html file I have:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Test Page</title>
<link href="/scripts/resources/css/sencha-touch.css" type="text/css" />
<script src="/scripts/sencha-touch-debug.js" type="text/javascript"></script>
<script src="/content/js/index.js" type="text/javascript"></script>
</head>
<body>
@RenderBody()
</body>
</html>
And, in my index.js file I have:
Ext.setup({
onReady: function(){
var panel = new Ext.Panel({
fullscreen: Ext.is.iPhone,
layout: 'hbox',
items:[
new Ext.Button({
text: 'Hit me'
})
]
});
}
});
To which I see nothing. Likewise, when I replicate the GeoTweets application, I get the map and the text, but I get no graphical tab treatments.
I've verified that the pathing to all my files, and all is well.
What else could be going on?
Thanks!
-Jason
Similar Threads
-
By jasondeegan in forum Ext 3.x: Help & Discussion
Replies: 1
Last Post: 3 Jan 2010, 4:42 PM
-
By soze in forum Ext 2.x: Help & Discussion
Replies: 3
Last Post: 8 Apr 2009, 5:02 AM
-
By Icon_Plus in forum Ext 2.x: Help & Discussion
Replies: 0
Last Post: 24 Mar 2008, 5:36 AM
-
By hunter in forum Ext 1.x: Help & Discussion
Replies: 2
Last Post: 14 Mar 2007, 2:35 PM
-
By jbowman in forum Ext 1.x: Help & Discussion
Replies: 4
Last Post: 29 Dec 2006, 2:41 PM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us