Hey, I know this is very basic but, how am I supposed to install the demo in my website ? I'm trying to copy the code from the RadWindow and MDI sample and then copy the Common folder into my WebSite, but some tags are not found still. What am I doing wrong here ?
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 08 Apr 2011, 07:46 AM
Hello Francis,
Have you followed the steps given in the Demo isolation steps link (the link is available on every demo page, in the top right corner of the Source Code fields)? I assume that the tags that are causing the problem on your side are the QSF's ones (qsf:HeadTag, etc.) - you need to remove these.
Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Though I'm not really getting it. Here is what I did for every steps in the Demo isolation steps :
I copied all the Common folder (from Live Demos folder) in my Project.
1) I replaced the five Register lines by the five said in the first step.
2) I replace all the qsf: by telerik:
and this is where I'm stuck...
0
Marin Bratanov
Telerik team
answered on 13 Apr 2011, 11:49 AM
Hi Francis,
You need to remove the Register directives from the demo, not replace them. Depending on your solution you might need to add the following directive instead:
The qsf: tags are custom controls that are used in our demos and you need to remove them, not replace them with telerik:.
A general approach to copying a demo can be to look at the page markup and copy only the relevant tags and JavaScript functions instead of copying the whole page.
At the current state of affairs I can only be guessing, so i order for us to be able to help you further please specify the exact issue you are having.