码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
EXTJS4.2 控件之Grid 行点击事件
listeners: { 'itemclick': function (view, record, item, index, e) { //Ext.MessageBox.alert("标题", record.data.cataId)...
分类:Web程序   时间:2015-05-21 12:19:59    阅读次数:159
SSH返回json格式数据到easyui grid展示
SSH返回json格式数据到easyui grid展示 源代码下载地址:http://www.zuidaima.com/share/1550463757290496.htm...
分类:Web程序   时间:2015-05-21 10:51:38    阅读次数:124
自适应XAML布局经验总结 (四)区域布局设计模式
本系列对实际项目中的XAML布局场景进行总结,给出了较优化的自适应布局解决方案,希望对大家有所帮助。 下面介绍区域布局设计模式。 7. 头尾模式 页面有时分为顶部栏,中间内容和底部栏三部分。这时可以使用Grid布局,分为3行,设置为Auto,*和Auto,分别放置顶部栏,中间内容和底部栏。顶部栏和底...
分类:其他好文   时间:2015-05-21 06:36:55    阅读次数:106
自适应XAML布局经验总结 (二) 局部布局设计模式1
本系列对实际项目中的XAML布局场景进行总结,给出了较优化的自适应布局解决方案,希望对大家有所帮助。 下面开始介绍局部布局设计模式。 1. 工具栏模式 适用于工具栏,标题等的布局。 此块布局区域外层使用Grid,然后分为两行或三行,标题或工具栏区域为Auto,主要内容区域为*。如果是标题,使用Tex...
分类:其他好文   时间:2015-05-21 06:36:26    阅读次数:172
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...
分类:其他好文   时间:2015-05-20 18:34:22    阅读次数:138
Cocos2d-x Lua中实例:特效演示
下面我们通过一个实例介绍几个特效的使用,这个实例如下图所示,上图是一个操作菜单场景,选择菜单可以进入到下图动作场景,在下图动作场景中点击Go按钮可以执行我们选择的特性动作,点击Back按钮可以返回到菜单场景。特效实例我们重点看看MyActionScene场景,MyActionScene.lua主要代码如下: … … local sprite ① local grid...
分类:其他好文   时间:2015-05-20 16:25:27    阅读次数:198
css 小技巧
grid分块 Cont 1 Conten Cont 3 tab Primary Social Promotions Updatestab-pills Primary Social Promotions Updates
分类:Web程序   时间:2015-05-19 22:28:27    阅读次数:195
【LeetCode】Word Search 解题报告
【题目】 Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or ...
分类:其他好文   时间:2015-05-19 19:13:24    阅读次数:121
DevExpress GridControl 后台设置列
/// /// 初始化GridView /// /// GridView 名称 /// 列标题 /// 列字段 /// 宽度 如果宽度为0 则列隐藏 public void InitGrid(DevExpress.XtraGrid.Views.Grid.GridVie...
分类:其他好文   时间:2015-05-19 16:42:21    阅读次数:126
Dev用于界面按选中列进行分组统计数据源(实用技巧)
如果有用U8的可以明白这个功能就是模仿他的统计功能。我不过是把他造成通用的与适应于DEV的。(效率为6000条数据分组统计时间为3秒左右分组列过多5秒。1000条以下0.几秒,500条下0.00几秒)前置准备 需求DevExpress.XtraGrid.Views.Grid.GridView 一个g...
分类:其他好文   时间:2015-05-19 10:27:50    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!