Admin Panel Layout - Css or Script File Parts

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 年 前
Hi Everyone;

How to add css or script file parts in admin layout from plugin?
7 年 前
bilgibilisim wrote:
Hi Everyone;

How to add css or script file parts in admin layout from plugin?


Your question is not fully clear. If I understand use  you...



@{
    Layout = "~/Administration/Views/Shared/_AdminLayout.cshtml";
  
}


If is it not enough you can contact with me.
7 年 前
sohel wrote:
Hi Everyone;

How to add css or script file parts in admin layout from plugin?

Your question is not fully clear. If I understand use  you...



@{
    Layout = "~/Administration/Views/Shared/_AdminLayout.cshtml";
  
}


If is it not enough you can contact with me.


I want to add css or script file into existing admin layout page. "e.g "~/Administration/Views/Shared/_AdminLayout.cshtml" in this page." But I will make this process from within the plug.
7 年 前
Can not anyone help?
3 年 前
Html.AppendScriptParts("path");
3 年 前
Script:
Html.AppendScriptParts(ResourceLocation.Footer, "Path")

Css:
Html.AppendCssFileParts("Path")
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.