码迷,mamicode.com
首页 >  
搜索关键字:extjs grid cell tooltip    ( 11085个结果
iOS7中Cell高度 Label高度自适应
- (float)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NSString *str = [_dataArray objectAtIndex:indexPath.row]...
分类:移动开发   时间:2014-06-13 07:20:35    阅读次数:292
二、第一个ExtJS程序:helloExtJS
开发前的准备 下载并解压ExtJS包后,可以得到下图的文件目录结构:     在实际开发过程中并不需要所有的文件和目录,所需的包含如下目录即可:   若使用eclipse进行开发,只需将上述文件复制到WebRoot目录或其子目录。   开始 新建firstextjs.html 在使用ExtJS之前,需要在页面引入相应的样式和js文件,一般包括的最小集合...
分类:Web程序   时间:2014-06-11 00:24:13    阅读次数:410
Unique Paths
题目 A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying t...
分类:其他好文   时间:2014-06-10 18:43:37    阅读次数:254
JavaScript splice() 方法,操作数组或者jquey grid的columns根据需要显示不同的字段
JavaScript splice() 方法,操作数组或者jquey grid的columns显示不同的字段 定义和用法 splice() 方法向/从数组中添加/删除项目,然后返回被删除的项目。 注释:该方法会改变原始数组。 语法 arrayObject.splice(index,howmany,item1,.....,itemX)   参数 描述...
分类:编程语言   时间:2014-06-10 08:00:32    阅读次数:388
CUDA5.5入门1. host和gpu之间的通信
《cuda programming 》 Shane Cook 第5章 第一节cpu和gpu有各自独立的内存空间,两者不可以直接访问。每个线程的执行代码是一样的,数据不同。Thread---->Warp------>Block------>Grid入门代码是并行加法: 1.cpu端的数组 ...
分类:其他好文   时间:2014-06-10 00:37:13    阅读次数:295
30个非常流行的提示信息插件(jQuery Tooltip Plugin)
在网站的设计中,提示信息是非常细微的功能,但是起着非常重要的作用。如果你的网站中提示信息做的比较好,会给浏览者留下非常深刻的印象,同时也会起到非常好的网站宣传效果,下面介绍了30个比较流行提示信息插件jQuery Tooltip Plugin,希望对大家有帮助。每个插件都配有比较直观的截图,也就不做...
分类:Web程序   时间:2014-06-09 15:33:31    阅读次数:351
DHTMLX 常用技术
GRID的行设置前景色和背景色$dataItem->set_row_color("red"); // 设置背景色 $dataItem->set_row_style("color:red"); // 设置前景色GRID支持多行显示mygrid.enableMultiline(true);TREE节点提...
分类:Web程序   时间:2014-06-09 15:23:45    阅读次数:245
extjs tree check 级联选择
extjs4 tree check 级联选择 实现效果:关键代码: function changeAllNode(node, isCheck) { allChild(node, isCheck); allParent(node, isCheck); function allChild(nodec, isCheckc) { var chileNodes = n...
分类:Web程序   时间:2014-06-08 15:25:20    阅读次数:222
struts2+extjs文件上传完整实现(解决了上传中的各种问题)
首先需要引入上传控件 /js/ext/examples/ux/fileuploadfield/FileUploadField.js" charset="utf-8"> 弹出上传框对应extjs代码 var uploadForm=new Ext.FormPanel({ id:'uploadForm', width:520, frame:true, fileUpload: true,...
分类:Web程序   时间:2014-06-08 09:51:37    阅读次数:314
POJ 1573 Robot Motion.
Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions are  ...
分类:其他好文   时间:2014-06-08 04:38:32    阅读次数:386
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!