
2014.Web框架
chelen_jak
这个作者很懒,什么都没留下…
展开
-
json转树状结构(js)
转自:http://rockyuse.iteye.com/blog/1541308/** * json格式转树状结构 * @param {json} json数据 * @param {String} id的字符串 * @param {String} 父id的字符串 * @param {String} children的字符串转载 2014-03-15 17:05:43 · 18756 阅读 · 5 评论 -
常用代码备忘
【HTML】 分店: 【DM】 mediaTypeList: [原创 2014-03-15 14:11:52 · 738 阅读 · 0 评论 -
动态打印图片
适用于荷花项目,备忘一、写脚本方法;procedure Picture1OnBeforePrint(Sender: TfrxComponent);var s1: string; begin s1 := LoadImage('ws_item_mas', );原创 2015-12-01 14:23:57 · 1918 阅读 · 1 评论 -
一个Cell填写多字段
<input data-role="combobox" data-bind="value: chk_cycle" style="width: 60px;" data-source="['日','月','周','年']" /> 次原创 2016-08-17 11:22:57 · 693 阅读 · 0 评论 -
利用template隐藏栏位0值
今天要实现一个功能:Grid中某栏0值时隐藏(即不显示),如下图中的“子序号”:方法一: { field: "item_idx", title: "子序号", width: 60, attributes: { style: "text-align: center" }, editor: editors.int, template: "#=item_idx ? item_id原创 2016-08-17 15:32:16 · 872 阅读 · 0 评论 -
checkbox实现方法 (备忘)
效果图:HTML 定义元素 Mascot Promotion原创 2017-09-26 09:43:09 · 347 阅读 · 0 评论