摘要:
CSS Grid布局 (又名"网格"),是一个基于二维网格布局的系统,主要目的是改变我们基于网格设计的用户接口方式。你只需要定义一个容器元素并设置display:grid,使用grid-template-columns 和 grid-template-rows属性设置网格的列与 行的大小,然后使用g 阅读全文
摘要:
废话不多说,直接上代码 阅读全文
摘要:
grid.json 通过查文档,grid不能用select事件,只能用rowIndex事件,因为form自动加载方法有loadRecord方法,它只接受Ext.data.Model类型数据 rowclick( this, record, tr, rowIndex, e, eOpts ) Fired 阅读全文
摘要:
JavaScript apply函数小案例,以前不太重视apply函数, Function.apply(obj,args)方法能接收两个参数obj:这个对象将代替Function类里this对象args:这个是数组,它将作为参数传给Function(args-->arguments) 类似的还有ca 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style type="text/css"> 7 .bg{ 8 border:1px solid black; 9 display:no 阅读全文
摘要:
想要以下效果吗,在线编辑,编辑完成保存 1 2 3 4 5 6 7 8 9 Document10 11 17 18 19 20 21 这是第一条22 修改23 24 25 ... 阅读全文
摘要:
对应HTML 1 2 3 4 5 canvas 6 7 8 9 10 11 12 15 16 对应JavaScript 1 funct... 阅读全文
摘要:
ajax异步提交数据,实现无刷新提交表单ajax.html 1 2 3 4 5 6 7 8 用户名: 9 10 11 12 ... 阅读全文