码迷,mamicode.com
首页 >  
搜索关键字:extjs grid cell tooltip    ( 11085个结果
iOS_动态插入删除行
最终效果图: 分MVC三层设计;自定义的Cell有两种;一种是MainCell,由ModelArr提供数据源;另一种是插入的cell,由代码创建,并且由另外一个数组供状态数据 数据源部分: // // MyProjectCellModel.h // 动态插入删除行 // // Created by beyond on 14-10-18....
分类:移动开发   时间:2014-10-18 15:36:26    阅读次数:267
将TableView的中的Label和Cell行数绑定
[cell.followBtn addTarget:self action:@selector(onFollowButtonsClickEvent:) forControlEvents:UIControlEventTouchUpInside]; [cell.followBtn setTag:ind....
分类:其他好文   时间:2014-10-18 15:28:00    阅读次数:182
TableView中改变Button按钮状态
#Cell _followBtn = [[UIButton alloc]initWithFrame:CGRectMake(kMainApplicationWidth-79.0f, 20.0f, 67.0, 30.0f)]; _followBtn.titleLabel.font = [UIFont s...
分类:其他好文   时间:2014-10-18 15:16:29    阅读次数:213
Python 数据库到处到Excel
1 import MySQLdb 2 import xlwt 3 def outMySQL(file_name): 4 wb = xlwt.Workbook() 5 sh = wb.add_sheet('sheet 1',cell_overwrite_ok=True) 6 7 ...
分类:数据库   时间:2014-10-18 11:03:56    阅读次数:176
DHTMLX 前端框架 建立你的一个应用程序 教程(五)--添加一个表格Grid
表格例子 样本如下: 我们这篇介绍的是dhtmlxGrid 组件。 它支持4种数据格式:XML, JSON, CSV, JSArray.添加表格到布局的单元格中去: 1.使用attachGrid()方法将表格添加到布局的单元格中去。 var layout = new dhtmlXL...
分类:Web程序   时间:2014-10-18 00:38:39    阅读次数:262
[LeetCode]Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-10-17 23:26:43    阅读次数:231
HDU 2845 Beans(dp)
Problem Description Bean-eating is an interesting game, everyone owns an M*N matrix, which is filled with different qualities beans. Meantime, there is only one bean in any 1*1 grid. Now you want to ...
分类:其他好文   时间:2014-10-17 23:26:11    阅读次数:213
DHTMLX 前端框架 建立你的一个应用程序教程(二)--设置布局
Layout控件的演示 Dhtmlx有很多的组建来组织网页的建设, 这篇主要介绍dhtmlxLayout。 下面图片中 布局将各个组件(1.Menu 2.Toolbar 3.Grid 4.Form 表单)划分到不同的区域。 设置布局: 1.初始化一个布局用dhtmlXLayoutObject(...
分类:Web程序   时间:2014-10-17 23:18:55    阅读次数:367
poj 3109 Inner Vertices(树状数组)
Inner Vertices Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 1692   Accepted: 446 Case Time Limit: 2000MS Description There is an infinite square grid...
分类:编程语言   时间:2014-10-17 15:36:06    阅读次数:228
extjs MVC模式的个人看法
针对一个后台管理页面是mvc模式,后台也是mvc模式下的项目,要怎么去熟悉呢?首先以我个人的认解,先从后台的管理界面来看,会有control,model,store,view;其中先看view的代码,因为这些代码表示了后台业务的表现,从view的代码中我们可以看出model是基本的实体,而store...
分类:Web程序   时间:2014-10-17 15:24:00    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!