E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
rowIndex
excel中VBa应用总结
单元格操作Range("C4")=1'很直观,不用多解释了吧[C4]=1'跟Range差不多,但更简洁Cells(4,3)=1'Cells有2个参数
Rowindex
和ColumnIndex,分别是行号和列号
callinglove
·
2012-10-08 16:00
String
Excel
Microsoft
Integer
character
VBA
gridview 获取当前行的index ,按钮的click事件
introw=((GridViewRow)((Button)sender).NamingContainer).
RowIndex
; Response.Write(row);
sunshiyi
·
2012-09-26 17:29
的
当
gridview 获取当前行的index ,按钮的click事件
introw=((GridViewRow)((Button)sender).NamingContainer).
RowIndex
; Response.Write(row);
·
2012-09-26 17:29
的
当
ext ajax与struts传json对象 实例
nbsp; ext的javascript代码: //提交修改 function submitUpdate(grid,colIndex,
rowIndex
blackproof
·
2012-09-20 16:00
Ajax
json
struts
ext
json对象
ext ajax与struts传json对象 实例
nbsp; ext的javascript代码: //提交修改 function submitUpdate(grid,colIndex,
rowIndex
blackproof
·
2012-09-20 16:00
Ajax
json
struts
ext
json对象
用JS实现表格中隔行显示不同颜色
用JS实现表格中隔行显示不同颜色 第一种: tr{bgColor:expression( this.bgColor=((this.
rowIndex
)%2==0)?'
闵开慧
·
2012-09-14 09:00
ExtJs 提示信息
varrenderer=function(data,metadata,record,
rowIndex
,columnIndex,store){ metadata.attr='ext:qtip='+data
zhx624
·
2012-09-08 10:00
function
ext
ExtJs
匿名委托注册事件的触发
新增行时触发新行第二列的双击事件以显示数据选择窗体,具体如下图 事件代码入下 //单元格双击事件处理 ViewCodedataGridView1.CellDoubleClick+=(s,e)=> { if(e.
RowIndex
·
2012-09-04 11:00
事件
events
js操作table
stable = document.getElementById('stable'); 添加\删除行 stable.insertRow(); stable.deleteRow(
rowIndex
xchyou
·
2012-08-30 18:00
IOS UIPickerView控件的关联选择
UIPickerView控件的关联选择建立一个和左边的列表key对应的数组,当选择这个key时,刷新左边UIPickerView部分的内容显示对应数组的数据,选择时,找到两个UIPickerView部件
rowIndex
likandmydeer
·
2012-08-28 10:00
table的
rowIndex
属性
rowIndex
属性返回某一行在表格的行集合中的位置(
rowindex
)。
zhengbo0
·
2012-08-24 16:00
Ext.Net 1.x_Ext.Net.CheckboxSelectionModel类型Ext.grid.GridPanel的某行不能选择
JSvarMyBeforeRowSelect=function(SelectionModel,
rowIndex
,keepExisting,record){ if(record.get('Status
david_520042
·
2012-08-24 15:00
server
function
ext
Extjs 让grid的CheckboxSelectionModel 判断是否全选,监听全选事件
主要是监听grid的selec事件,找到表头的checkbox,判断是否含有全选的classlisteners:{ select:function(rowModel,record,
rowIndex
,eOpts
jazywoo123
·
2012-08-23 23:00
Extjs 让grid的CheckboxSelectionModel不显示复选框
Ext.selection.CheckboxModel",{ mode:'MULTI', checkOnly:true, renderer:function(value,metaData,record,
rowIndex
jazywoo123
·
2012-08-23 22:00
Extjs form reset 方法重置无效果
一个让人蛋疼的问题,紧紧是因为顺序, var record = grid.getStore().getAt(
rowIndex
); if (Ext.isEmpty(record)) { Ext.Msg.alert
Se7enEleven
·
2012-08-14 11:00
ext
record
GridView
GridViewRowrow=(senderasImageButton).NamingContainerasGridViewRow; intid=int.Parse(this.gvArticlesList.Rows[row.
RowIndex
skydxd
·
2012-08-06 15:00
jquery中empty和remove对table的
rowIndex
的影响
1、remove()会引起table的
rowIndex
的变化,而empty()则不会引起
rowIndex
的变化 例如: var deltr= this.table.find("
·
2012-07-31 16:00
jquery
Extjs grid和form之间的传值
一://单击修改信息开始grid.on('rowclick',function(grid,
rowIndex
,event){varrec
huang798807481
·
2012-07-29 15:00
jQuery EasyUI, datagrid, treegrid formatter 参数比较 row index
formatterfunctionThecellformatterfunction,takethreeparameter:value:thefieldvalue.rowData:therowrecorddata.
rowIndex
KimSoft
·
2012-07-21 11:00
jquery
datagrid
function
文档
Extjs4 中点击grid获取单元格cell的columnIndex序号
cellclick事件,能够得到列的index,下面是一个cellclick事件grid.addListener('cellclick',cellclick);functioncellclick(grid,
rowIndex
jazywoo123
·
2012-07-20 09:00
UIPickerView控件的关联选择
建立一个和左边的列表key对应的数组,当选择这个key时,刷新左边UIPickerView部分的内容显示对应数组的数据,选择时,找到两个UIPickerView部件
rowIndex
,找出数据,放到TextField
jackyyang
·
2012-07-15 13:00
UIPickerView
ext
单击行和单元格获得行或者单元格的内容(数据) Js代码 grid.addListener('cellclick',cellclick); function cellclick(grid,
rowIndex
王俊18701460384
·
2012-07-13 17:00
ext
extjs之隔行变色和grid加载时的等待
viewConfig : { loadMask: new Ext.LoadMask(this,{msg:'正在加载数据...'}), getRowClass: function(record,
rowIndex
webcode
·
2012-07-12 15:00
ExtJs
asp.net GridView常用代码集锦
publicboolGetUpdateRow(GridViewgv,intRowIndex,outDALDataRowdrRow,outDALDataRowdrKeys) { drRow=GetDataRow(gv,
RowIndex
darkread
·
2012-07-02 20:00
DataGridView与layer属性表的关联问题
DataGridViewCellMouseEventArgse) { IMappmap=axMapControl1.Map; stringFID; FID=dataGridViewX2.Rows[e.
RowIndex
lysc_forever
·
2012-06-29 13:00
动态改变NSLevelIndicatorCell的值
tableView:(NSTableView*)aTableViewobjectValueForTableColumn:(NSTableColumn*)aTableColumnrow:(NSInteger)
rowIndex
leonpengweicn
·
2012-06-25 16:00
导出excel模版中带有批次
--创建单元格 WritableCell cell = new Label(colIndex,
rowIndex
, value == null ?
koreyoshi
·
2012-06-20 11:00
导出Excel
带批次
Extjs.grid 详解
function rowdblclickFn(grid,
rowIndex
, e){//双击事件 &
hookblood
·
2012-06-05 15:00
JavaScript
Ajax
框架
ext
表格颜色随着行的不同而不同
td{background-color:expression(parentElement.
rowIndex
%2==0?'#A0A0A0':'#D0D0D0');}
龙门鲤鱼
·
2012-06-04 16:00
行颜色变化
DataGrid中的ItemRenderder如何获得
rowIndex
或columnIndex
这两天看了一下ItemRenderer, 看到DataGridListData里有个
rowIndex
属性,结果在用的时候,发现它并不是我所想像的index,看了文档后才知道,这只是可见行 中的
rowIndex
harveyzeng
·
2012-06-01 10:00
datagrid
DataGrid中的ItemRenderder如何获得
rowIndex
或columnIndex
这两天看了一下ItemRenderer, 看到DataGridListData里有个
rowIndex
属性,结果在用的时候,发现它并不是我所想像的index,看了文档后才知道,这只是可见行 中的
rowIndex
harveyzeng
·
2012-06-01 10:00
datagrid
取td在table中的第几行
A) this.parentNode.
rowIndex
B) parentElement.
rowIndex
C) 突然发现DOM里有非常多操作表格的方法,平常很少用到
jackleechina
·
2012-05-23 22:00
table
GridView移动某个单元格或行
结果做成了左移或右移一个单元格的效果了1.左移或右移单元格js代码:functionUpRow(id){ debugger; varrow=id.parentNode.parentNode; if(row.
rowIndex
baobaolaogong
·
2012-05-22 10:00
sql
String
function
server
object
asp
C# 字符串转化为时间格式
DateTimePickerdtp=newDateTimePicker(); stringtime=dataGridView_EquipDetailInfo.Rows[e.
RowIndex
].Cells
diyoosjtu
·
2012-05-20 15:00
String
C#
2010
jxl导出时间格式的单元格
sdf=newSimpleDateFormat("yyyy-MM-dd"); DateTimedtLabel; try{ dtLabel=newDateTime(2,
rowIndex
,sdf.parse
w5974417
·
2012-05-08 15:00
api
JQuery easyUi datagrid 中 改变行背景色
解决方法使用datagrid特性,rowStyler rowStyler:function(
rowIndex
,rowData){ //任务完成100%,并且已审核通过,背景色置灰 if(r
tianlincao
·
2012-05-02 18:00
jquery
c
datagrid
function
任务
Js动态删除行(支持FireFox)
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> newdocument dd{display:inline;} functiondel(
rowIndex
wxlkeepmoving
·
2012-05-02 17:00
html
XHTML
div
firefox
button
ExtJS右击菜单事件
Extjs右击事件 写道 rowcontextmenu:function(grid,
rowIndex
,e){//右键菜单 e.preventDefault();document.title=(
rowIndex
jilong-liang
·
2012-04-26 16:00
ExtJS右击菜单事件
C# dataGridView上下移动选中行
/*DataGridView实现行[Row]的上下移动,我这里用到了SelectedRows[0],而没用CurrentRow是有原因的 主要是这两段代码: dataGridView1.Rows[
rowIndex
gkq8124372
·
2012-04-24 16:00
object
list
C#
button
Ext 表格及表格中字段值获取
表格添加双击事件 grid.addListener('celldblclick',function(grid,
rowIndex
福将1032
·
2012-04-16 17:00
ext
GridView数据显示控件的用法
GridView获取单元格的值①BoundField绑定的内容gvUsers.Rows[1].Cells[2].Text(非编辑状态)TextBoxtxtCount=(TextBox)gvUsers.Rows[e.
RowIndex
·
2012-04-15 21:00
GridView
(Extjs)GridPanel中不允许选择某行或不允许取消某行修改
newExt.grid.CheckboxSelectionModel({singleSelect:true,header:"",listeners:{ beforerowselect:function(sm,
rowIndex
angus_17
·
2012-04-13 18:00
function
header
ExtJs
JQuery easyUi datagrid 中 editor 增加自定义事件(1)
//增加完成情况字数输入限制 $('#workloadTable').datagrid('beginEdit',
rowIndex
); vared=$('#workl
tianlincao
·
2012-04-10 14:00
jquery
function
datagrid
api
table
行颜色交替
tr{ bgcolor:expression(this.bgColor=((this.
rowIndex
)%2==0)?'red':'yellow'); }
wuzongpo
·
2012-04-06 11:00
poi简单读取excel内容格式问题
//时间,整形,字符串 //第一列时间 HSSFCellcell=sheet.getRow(
rowIndex
).getCell(0); Datedate=cell.getDateCellValue
lxmgfd
·
2012-04-01 15:00
poi
HSSFCell
Gridview 模板取值
模板行是一行inti_
RowIndex
=((GridViewRow)((Button)e.CommandSource).NamingContainer).
RowIndex
; //取当前行的行号 Labellb
haitaoDoit
·
2012-03-29 16:00
null
button
Extjs checkbox Grid勾选时事件
newExt.grid.CheckboxSelectionModel(); sm.handleMouseDown=Ext.emptyFn;//不响应MouseDown事件 sm.on('rowselect',function(sm_,
rowIndex
ldl22847
·
2012-03-28 12:00
function
ExtJs
FLEX datagrid 点击列头排序后,行编辑问题
行编辑事件结束后,adobe默认会自己重新将dataprovider 更新下, 如果自己的行编辑有级联更新,就是说用上了 dtableGrid.dataProvider[
rowIndex
lihua2915
·
2012-03-21 13:00
datagrid
Extjs.grid 笔记
Extjs.grid 详解 function rowdblclickFn(grid,
rowIndex
, e){//双击事件  
liyaxi
·
2012-03-20 00:00
JavaScript
html
json
Ajax
ext
我写的一段JS实现TABLE统计功能的代码(未兼容昨天那段代码的JS功能)
functionAddRecord() { varrow=tlist.insertRow(tlist.rows.length-2); row.className='tit3'; vari=row.
rowIndex
opzoonzhuzhengke
·
2012-03-16 13:00
function
table
Class
input
button
border
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他