c# - I can't call Widget for a new Admin Plugin in NopCommerce -
i create new plugin manage office menus,
i implement interface iwidgetplugin create new widget zone :
public ilist<string> getwidgetzones() { return new list<string>(){ "ebm_menumanager_backoffice" }; } and had called widget zone 1 view "_adminlayout.cshtml" under nop.admin project extended helper @html.widget
@html.widget("ebm_menumanager_backoffice")
how can display widget zone in office view widget call ?
the problem solved, interested please check link nopcommerce community wher asked same question :
http://www.nopcommerce.com/boards/t/35927/i-cant-call-widget-for-a-new-admin-plugin.aspx
best regards.
Comments
Post a Comment