摘要:
定义模板:this.expander = new Ext.ux.grid.RowExpander({ tpl : new Ext.Template( '<table border="0" cellspacing="1" cellpadding="0" class="area-text-tab">', '<tr>', '<th>特征特性:</th>', '<td>{feature:ellipsis(10 阅读全文
摘要:
How to install Node.js and NPM on WindowsUPDATE Feb 1, 2012: This article is fairly outdated now. Node.js installs right into the Windows system now, no need for moving files, setting path etc. If Node path is not detected, do a restart.UPDATE: NPM now comes bundled with Node.js which can be install 阅读全文
摘要:
隐藏Jquery dialog 按钮$(".ui-dialog-buttonpane button").hide(); //隐藏dialog中所有button$(".ui-dialog-buttonpane button").eq(指定的第几个butoon,按索引从0开始).hide(); //隐藏指定的button$(".ui-dialog-buttonpane button").slice(0,2).hide() //隐藏指定范围的button 阅读全文
摘要:
1、在ext-all.css后边加三个样式.checked{background-image:url(../images/default/menu/checked.gif)}.unchecked{background-image:url(../images/default/menu/unchecked.gif)}.x-grid3-row-radioBtn{background-image:url(../images/default/grid/row-radio-sprite.gif); /*一个radio图片*/}这有个单选框图片2、为grid添load事件监听//单选radio近扭var g 阅读全文
摘要:
http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/ 阅读全文
摘要:
http://st.appcan.cn/dev/dev_api_document_handbook.html 阅读全文
摘要:
http://tifftiff.de/contenteditable/compliance_test.html 阅读全文
摘要:
https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla 阅读全文
摘要:
http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors 阅读全文
摘要:
为了区分这些hank都能兼容哪些浏览器,特别做了一下测试:测试的浏览器有:ie6,7,8,9,firefox 8.0,chrome 15.0,safari 5.1.2,opera 12.0,遨游3.2.2,腾讯TT4.8html代码:<div class="hank">看看我是什么颜色</div>CSS代码:<style type="text/css">.hank{color:#000;/*ff浏览器*/[;color:#f00;];/*chrome,safari,遨游,ie7,腾讯TT,ie6*/color:#0f0 阅读全文