
ligerUI
p419228530
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ligerComboBox下拉列表
设置值: $("#comtype").ligerGetComboBoxManager().setValue(data.SPType); 加载方法一: input type="text" id="messagetype" name="messagetype" /> //获取提示类别 function GetMessageTypeDictionary() {原创 2013-12-04 10:18:58 · 16823 阅读 · 3 评论 -
ligerUI智能提示
function GetUser() { var cache = {}; $("#user").autocomplete({ minLength: 1, //查找数据源事件 source: function (request, response) { v原创 2013-12-04 10:17:39 · 2699 阅读 · 0 评论 -
【ligerTip】鼠标滑动显示层提示
当前用户:a id="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 · 1861 阅读 · 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 · 4812 阅读 · 0 评论 -
ligerDateEditor
input id="holidayDate"type="text" /> $("#holidayDate").ligerDateEditor({ label: '节日日期', format: "yyyy-MM-dd", labelWidth: 65, width: 150,labelAlign: 'left' });原创 2013-12-04 10:20:51 · 3996 阅读 · 0 评论 -
ligerGrid的使用
加载: $.post('@Url.Action("defindselect")', {SPName: _productname, SPType: _sptype,ZhiYiTongID:$("#txtZhiYiTong").val() }, function(json) { manager.loadData([]);原创 2013-12-04 10:18:17 · 15922 阅读 · 1 评论