EasyUI portal自定义小图标,不是用js方式加载



<script src="~/Scripts/jquery.portal.js"></script>
<script>

$(function () {
  $('#pp').portal({
    border: false,
    fit: true
  });
</script>

 


<
div id="pp" style="position:relative"> <div style="width:50%;"> <div title="信息公告" style="height:270px;padding:5px;" data-options="tools:'#tab-xxgg'" > <div id="tab-xxgg">//这里是关键 <a href="@Url.Action("InformationManage", "Information", new { area = "Information" })" iconcls='icon-redo' ></a> </div> <div> @{Html.RenderAction("InformationPortal", "Information", new { area = "Information", CategorGuid = "c9f63a2f-868c-40dd-b1af-71e7be952bdb", size = 15 });} </div> </div> <div title="2-1" style="height:270px;padding:5px;"> </div> </div> <div style="width:50%;"> <div title="1-2" style="height:270px;padding:5px;" data-options="tools:'#tab-dclgd'" > </div> <div title="2-2" style="height:270px;padding:5px;"> </div> </div> </div>

 

相关文章:

  • 2021-08-04
  • 2021-07-29
  • 2021-07-25
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-12
  • 2021-11-15
  • 2021-05-19
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
相关资源
相似解决方案