码迷,mamicode.com
首页 >  
搜索关键字:extjs grid cell tooltip    ( 11085个结果
extjs 同值合并
Extjs 报表同值合并方法 做出如下图效果的报表: 核心函数:用的时候添加进去就行 //地市名称相同的列合并 function gridSpan(grid, rowOrCol,colName, borderStyle) { var array1 = new Array(); var count1 = ...
分类:Web程序   时间:2014-08-25 15:14:04    阅读次数:284
extjs 密码遮罩插件,输入密码先显示输入字符,然后变为*,以插件形式
2294508843qqextjs 密码遮罩插件,输入密码先显示输入字符,然后变为*,以插件形式
分类:Web程序   时间:2014-08-25 13:09:14    阅读次数:138
Extjs 权限系统
1.extjs4 作为前段框架,封装grid window form treegrid等。 2.EF codefirst作为orm底层。 3.使用ioc 依赖注入作为程序注入。 4.使用aop作为权限、日志、异常的拦截。避免程序中大量使用日志权限异常代码。 5.面向接口的服务,使用泛型模板作...
分类:Web程序   时间:2014-08-25 13:07:34    阅读次数:280
【转载】《Ext JS 4 First Look》翻译之一:新特性
免责声明: 本文转自网络文章,转载此文章仅为个人收藏,分享知识,如有侵权,请联系博主进行删除。 原文作者:^_^肥仔John 原文地址:http://www.cnblogs.com/fsjohnhuang/archive/2013/01/29/2880705.html 第一章 新特性 Extjs 4...
分类:Web程序   时间:2014-08-25 11:48:54    阅读次数:335
easyUi学习备忘
1.获取datagrid的自身相关的属性方式: jQuery("#grid").datagrid("options").height jQuery("#grid").datagrid("options").url 即:通过jQuery("#grid").datagrid("options")对...
分类:其他好文   时间:2014-08-25 11:39:04    阅读次数:155
My前端bootstrap(一)
格网系统(Grid System).默认的Bootstrap格网系统提供一个宽达940像素的,12列的格网。这意味着你页面默认宽度是940px,最小的单元要素宽度是940/12px.Bootstrap能够使得你的网页可以更好地适应多种终端设备(平板电脑,智能手机等)。默认格网系统直观概念如图1-1所...
分类:其他好文   时间:2014-08-25 11:32:44    阅读次数:217
iOS 同时获取UITableViewCell中的Section和Row值
首先附上效果图吧,一个自定义的cell!第一步:创建表格- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. sel...
分类:移动开发   时间:2014-08-25 11:24:44    阅读次数:345
HDU-4973-A simple simulation problem.(二分+树状数组)
Problem Description There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:其他好文   时间:2014-08-25 01:13:03    阅读次数:321
HDU-4937-A simple simulation problem.(线段树)
Problem Description There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:其他好文   时间:2014-08-25 01:12:13    阅读次数:273
iOS8自动调整UITableView和UICollectionView布局
本文讲述了UITableView、UICollectionView实现self-sizing cell布局的知识,以及如何用InvalidationContext优化UICollectionView布局的更新。背景iOS越来越人性化了,用户可以在设置-通用-辅助功能中动态调整字体大小了。你会发现所有...
分类:移动开发   时间:2014-08-24 23:39:03    阅读次数:597
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!