$('#face_table2').datagrid({ title: '信息', iconCls: 'icon-save',url: 'callroll!page.action'nowrap: true,//设置为true,当数据长度超出列宽时将会自动截取。striped: true, ...
分类:
其他好文 时间:
2014-12-09 11:47:04
阅读次数:
171
在用datagrid的时候我们可能要用到点击表头来触发一个function,这里有个简单的例子。首先你得有个能用的datagrid。 然后是js里的东西。function toolbar(){ alert("dd"); $("#toolbar").datagrid({ striped: true,....
分类:
其他好文 时间:
2014-12-06 01:20:30
阅读次数:
452
效果图: <table?class="table?table-striped?table-bordered?table-hover">
<thead>
<tr>
<th>
<span?class="uni">
??<input?type=‘checkbox‘?value=‘check1‘/>
</span>
</...
分类:
Web程序 时间:
2014-12-01 01:20:43
阅读次数:
210
1.Bootstrap为表格提供了1种基础样式和4种附加样式以及1个支持响应式的表格。? .table:基础表格 ? .table-striped:斑马线表格 ? .table-bordered:带边框的表格 ? .table-hover:鼠标悬停高亮的表格 ? .table-condensed:紧...
分类:
其他好文 时间:
2014-11-16 21:35:51
阅读次数:
168
Bootstrap 类解析元素Bootstrap 类定义container内容容器table表格table-striped带条纹背景的表格btn按钮btn-success成功按钮glyphicon字形图标glyphicon-pencil铅笔图标glyphicon-user用户图标glyphicon-...
分类:
其他好文 时间:
2014-11-04 10:49:13
阅读次数:
321
The Cat in the HatBackground(An homage to Theodore Seuss Geisel)The Cat in the Hat is a nasty creature,But the striped hat he is wearing has a rather ...
分类:
其他好文 时间:
2014-11-02 22:22:39
阅读次数:
366
简单,去除所有跟erow有关的代码即可else { if (i % 2 && p.striped) tr.className = 'erow';}if (p.striped) { $('tbody tr:odd', g.bDiv).addClass('erow');}
分类:
其他好文 时间:
2014-09-10 09:32:40
阅读次数:
176
持续更新:::Scaffolding 脚手架 blockquote 引用 dropdown 下拉 toggle 切换 separated 切换 collapse 崩溃 brand 品牌 striped 条纹 bordered 有边的 span 跨度 untit...
分类:
其他好文 时间:
2014-08-25 18:37:44
阅读次数:
204