|
If I want to create new Module(new tab) in "Console" zone. how can I Create or edit it . because I not see script for Insert or Update data.
thank you |
|||||||||
|
||||||
3 Replies |
||||||
|
||||||
|
Previous thread:[installation] |
Next thread:[ajax script display container tab in Console page] |
#0 11/24/2010 7:06:28 AM |
|
If I want to create new Module(new tab) in "Console" zone. how can I Create or edit it . because I not see script for Insert or Update data.
thank you |
|||||||||
#1 11/24/2010 5:15:36 PM |
|
You can use SiteControlPanelAttribute to specifies you control panel Action i.e:
public class MyController { [SiteControlPanel("My console title")] public ActionResult MyConsole { return View(); } } Sharing my ideas and codes to make things change. |
|||||||||||||
#2 11/24/2010 7:58:37 PM |
|
Thank you for answer. I can create new tab already.<br>
|
|||||||||