ligerUI
p419228530
这个作者很懒,什么都没留下…
展开
-
ligerComboBox下拉列表
设置值:$("#comtype").ligerGetComboBoxManager().setValue(data.SPType); 加载方法一:inputtype="text"id="messagetype"name="messagetype"/> //获取提示类别function GetMessageTypeDictionary() {原创 2013-12-04 10:18:58 · 16779 阅读 · 3 评论 -
ligerUI智能提示
function GetUser() { var cache = {}; $("#user").autocomplete({ minLength: 1, //查找数据源事件 source:function (request, response) { v原创 2013-12-04 10:17:39 · 2672 阅读 · 0 评论 -
【ligerTip】鼠标滑动显示层提示
当前用户:aid="UserBaseInfo"href="#" onclick="javascript:f_addTab('ModifyMyInfo','操作员信息修改','@Url.Content("~/Account/ModifyMyInfo")')"style="color:white;text-decoration:none;"title="@ViewBag.Opera原创 2013-12-04 10:19:56 · 1836 阅读 · 0 评论 -
ligerToolBar
$(function (){$("#toptoolbar").ligerToolBar({ items: [{ text:'公司新增', click: function () { parent.tab.addTabItem({tabid: 5, text:"公司新增", url: '@Url.Content("~/Company/index")' }); } },原创 2013-12-04 10:20:26 · 4772 阅读 · 0 评论 -
ligerDateEditor
inputid="holidayDate"type="text"/> $("#holidayDate").ligerDateEditor({ label: '节日日期', format: "yyyy-MM-dd", labelWidth: 65, width: 150,labelAlign:'left' });原创 2013-12-04 10:20:51 · 3958 阅读 · 0 评论 -
ligerGrid的使用
加载:$.post('@Url.Action("defindselect")', {SPName: _productname, SPType: _sptype,ZhiYiTongID:$("#txtZhiYiTong").val() }, function(json) { manager.loadData([]);原创 2013-12-04 10:18:17 · 15875 阅读 · 1 评论