码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
Extjs更新表格中的数据
通过Extjs的ajax框架从后台获取数据,然后填入表格的特定单元格 historyStore为含有属性Location的数据存储容器 Ext.getCmp("historyGrid")为获取id为historyGrid的Ext.grid.GridPanel数据表格 ...
分类:Web程序   时间:2016-07-01 20:01:01    阅读次数:548
GroupingView点击分组标题不展开,或点击标题部分文字不展开
GroupingView结构: 分组标题groupTextTpl是用两个DIV 来进行修饰的,在mouseDown时,EXT会查找css class=".x-grid-group-hd"的对象,如果找到则进行展开或收起的操作。而其标题前的加号或减号也是通过css进行背景控制的。 如果不希望点击分组标 ...
分类:其他好文   时间:2016-07-01 11:35:30    阅读次数:194
The plot Function in matlab
from http://pundit.pratt.duke.edu/wiki/MATLAB:Plotting The plot Function The plot function is used to plot sets of data on a 2-D grid. What follows co ...
分类:其他好文   时间:2016-06-30 12:15:44    阅读次数:188
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 "adjac ...
分类:其他好文   时间:2016-06-29 06:35:41    阅读次数:157
angularJS ng-grid 配置
以下是按我的需求修改的 简单的demo 可以自己扩展 HTML: 整个资源放在了百度网盘 需要的下载:http://pan.baidu.com/s/1eSFfksi ...
分类:Web程序   时间:2016-06-28 20:22:04    阅读次数:1970
根据Expander的IsExpanded属性值的变化动态设计Control的size
简要说明: 当Expander 的IsExpanded属性为“True” 时给控件设个尺寸(此处为高度),当为“False”时给控件设另外一个值。 知识点:数据绑定、Style和Trigger <Grid> <Grid.RowDefinitions> <RowDefinition> <RowDefi ...
分类:其他好文   时间:2016-06-27 23:07:00    阅读次数:184
dev 显示行号
设置表格 indicatorWidth 属性 设置行号表格的宽度 private void grdviewAirplane_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomD ...
分类:其他好文   时间:2016-06-27 15:16:19    阅读次数:190
WPF 中Frame + Page 的使用
1 在window 的设计的时候 ,中间需要进行页面切换的时候,顶一个Frame [html] view plain copy <Frame Name="MainPage" NavigationUIVisibility="Hidden" Grid.RowSpan="1" Grid.Row="0" S ...
分类:Windows程序   时间:2016-06-27 10:14:58    阅读次数:1429
62. Unique Paths java solutions
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 p ...
分类:编程语言   时间:2016-06-25 17:43:33    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!