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

[Solved] Window Example Incorrect

0 Answers 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nate
Top achievements
Rank 1
Nate asked on 12 May 2011, 04:45 PM
http://demos.telerik.com/aspnet-mvc/razor/window/clientsideapi

In this example you have controller called  public ActionResult ClientSideApi()
       


The Window calls:

.LoadContentFrom("AjaxView", "Window")
 Which has an action called AjaxView and controller called Window.

So it really calls the following:

jQuery('#Window').tWindow({modal:false, contentUrl:'/aspnet-mvc/razor/Window/AjaxView', draggable:true, resizable:false});

 



Now when I set the index and controller in my version, only th controller seems to be referenced as /Window



Tags
Window
Asked by
Nate
Top achievements
Rank 1
Share this question
or