Method | Description | |
---|---|---|
AddWidget ( long pageId, long widgetId ) : System.Web.Mvc.ActionResult | ||
ApplyPagePermissions ( Core model ) : System.Web.Mvc.ActionResult | ||
ApplyWidgetPermissions ( Core model ) : System.Web.Mvc.ActionResult | ||
ChangeLanguage ( long pageId, string culture ) : System.Web.Mvc.ActionResult | ||
ChangeLayout ( long pageId, long layoutTemplateId ) : System.Web.Mvc.ActionResult | ||
ChangePageMode ( Core pageMode ) : System.Web.Mvc.ActionResult | ||
CreateNewPage ( long parentPageId ) : System.Web.Mvc.ActionResult | ||
Index ( Core currentPage ) : System.Web.Mvc.ActionResult | ||
RefreshWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
RemovePage ( long pageId ) : System.Web.Mvc.ActionResult | ||
RemovePageWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
SavePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult | ||
Show ( string url ) : System.Web.Mvc.ActionResult | ||
ShowAvailableWidgets ( long pageId, bool isTemplate ) : System.Web.Mvc.ActionResult | ||
ShowChangeLayoutForm ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowLayoutSettingsForm ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowPageCSS ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowPageCommonSettings ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowPageLookAndFeel ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowPagePermissions ( long pageId ) : System.Web.Mvc.ActionResult | ||
ShowSettings ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
ShowWidgetCSS ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
ShowWidgetLookAndFeel ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
ShowWidgetPermissions ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
T4MVC_PagesController ( ) : System | ||
Unlink ( long pageId ) : System.Web.Mvc.ActionResult | ||
UpdateLayoutSettingsForm ( Core layoutSettings ) : System.Web.Mvc.ActionResult | ||
UpdatePageCSS ( Core model ) : System.Web.Mvc.ActionResult | ||
UpdatePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult | ||
UpdatePageLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult | ||
UpdatePagePosition ( long pageId, int orderNumber ) : System.Web.Mvc.ActionResult | ||
UpdatePageWidgetInstance ( long pageWidgetId, long instanceId ) : System.Web.Mvc.ActionResult | ||
UpdateWidgetCSS ( Core model ) : System.Web.Mvc.ActionResult | ||
UpdateWidgetLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult | ||
UpdateWidgetsPositions ( long widgetId, int pageSection, int columnNumber, int orderNumber ) : System.Web.Mvc.ActionResult |
public AddWidget ( long pageId, long widgetId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
widgetId | long | |
return | System.Web.Mvc.ActionResult |
public ApplyPagePermissions ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public ApplyWidgetPermissions ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public ChangeLanguage ( long pageId, string culture ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
culture | string | |
return | System.Web.Mvc.ActionResult |
public ChangeLayout ( long pageId, long layoutTemplateId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
layoutTemplateId | long | |
return | System.Web.Mvc.ActionResult |
public ChangePageMode ( Core pageMode ) : System.Web.Mvc.ActionResult | ||
pageMode | Core | |
return | System.Web.Mvc.ActionResult |
public CreateNewPage ( long parentPageId ) : System.Web.Mvc.ActionResult | ||
parentPageId | long | |
return | System.Web.Mvc.ActionResult |
public Index ( Core currentPage ) : System.Web.Mvc.ActionResult | ||
currentPage | Core | |
return | System.Web.Mvc.ActionResult |
public RefreshWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public RemovePage ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public RemovePageWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public SavePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public Show ( string url ) : System.Web.Mvc.ActionResult | ||
url | string | |
return | System.Web.Mvc.ActionResult |
public ShowAvailableWidgets ( long pageId, bool isTemplate ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
isTemplate | bool | |
return | System.Web.Mvc.ActionResult |
public ShowChangeLayoutForm ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowLayoutSettingsForm ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowPageCSS ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowPageCommonSettings ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowPageLookAndFeel ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowPagePermissions ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public ShowSettings ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public ShowWidgetCSS ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public ShowWidgetLookAndFeel ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public ShowWidgetPermissions ( long pageWidgetId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
return | System.Web.Mvc.ActionResult |
public Unlink ( long pageId ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
return | System.Web.Mvc.ActionResult |
public UpdateLayoutSettingsForm ( Core layoutSettings ) : System.Web.Mvc.ActionResult | ||
layoutSettings | Core | |
return | System.Web.Mvc.ActionResult |
public UpdatePageCSS ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public UpdatePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public UpdatePageLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public UpdatePagePosition ( long pageId, int orderNumber ) : System.Web.Mvc.ActionResult | ||
pageId | long | |
orderNumber | int | |
return | System.Web.Mvc.ActionResult |
public UpdatePageWidgetInstance ( long pageWidgetId, long instanceId ) : System.Web.Mvc.ActionResult | ||
pageWidgetId | long | |
instanceId | long | |
return | System.Web.Mvc.ActionResult |
public UpdateWidgetCSS ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public UpdateWidgetLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult | ||
model | Core | |
return | System.Web.Mvc.ActionResult |
public UpdateWidgetsPositions ( long widgetId, int pageSection, int columnNumber, int orderNumber ) : System.Web.Mvc.ActionResult | ||
widgetId | long | |
pageSection | int | |
columnNumber | int | |
orderNumber | int | |
return | System.Web.Mvc.ActionResult |