码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-01-26 10:27:39      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

 

技术分享



<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>

 

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

标签:

原文地址:http://www.cnblogs.com/mayunjie/p/5159447.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!