This is a migrated thread and some comments may be shown as answers.

Missing html from SPA Examples websushi

5 Answers 203 Views
SPA
This is a migrated thread and some comments may be shown as answers.
leboart
Top achievements
Rank 1
leboart asked on 20 Mar 2013, 04:31 PM
In the OpenSource edition(kendoui.web.2013.1.319.open-source) , the main html for websushi example is missing. The Page can't be rendered.

5 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 21 Mar 2013, 04:10 PM
Hi Leboart,

Thank you for reporting this problem. The demos source code will be included in our next internal build. Meanwhile, you may review it through the view source browser tools on our online demos (Sushi and Aeroviewr).

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
KordaMentha
Top achievements
Rank 1
answered on 12 Apr 2013, 02:37 AM
Is this internal build available as yet ?
0
Kamen Bundev
Telerik team
answered on 12 Apr 2013, 08:05 AM
Hello Jason,

Yes, the latest internal builds feature the source of both SPA applications - html is located in /examples/web/spa, the rest in /examples/content/spa. You can also navigate to the demos trough the Examples index - check the bottom of the page. However, I just discovered that the Sushi's html and js files are a bit messed up after the generation and will not work out of the box. I'm attaching here the fixed versions - just extract the zip in the examples folder.

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Atul
Top achievements
Rank 1
answered on 13 Jan 2014, 07:53 PM
I download the Sushi web app from your examples and loaded it into visual studio. When I run it the app comes up but the images don't show at all. I was able to change the logo image as it was in the css file. However it is not working for the images. I have tried everything I could changing pathnames in sushi.htm and in sushi.js but no luck.

sushi.js has

var detailModel = kendo.observable({
    imgUrl: function() {
        return "/websushi/images/200/" + this.get("current").image
    },

sushi.htm has

<img src="websushi/images/200/#= item.image #" />

in a few places.

I have created a websushi folder in my project which has all the css, js and images in the correct locations. 

Can you help me? 
0
Kamen Bundev
Telerik team
answered on 16 Jan 2014, 01:44 PM
Hello Atul,

The Web Sushi application is included in our offline examples, included in the Kendo UI Web/Complete distributions. Just extract the zip contents in a folder on your web server, then open the examples/ subfolder in your browser. The Sushi application is located at the bottom of the Web Examples page. I've just tested it and it loads all its images intact.

Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
SPA
Asked by
leboart
Top achievements
Rank 1
Answers by
Petyo
Telerik team
KordaMentha
Top achievements
Rank 1
Kamen Bundev
Telerik team
Atul
Top achievements
Rank 1
Share this question
or