|
resource
mxgraph 重量级的javascript图表工具 combotree http://code.google.com/p/ext-ux-form-combotree/ 代码没有注册到组件管理器 Ext.reg('treecombo', Ext.ux.form.TreeCombo); 需要开启 checked功能
{"xtype":"treecombo",
"width":100,
"listWidth":220,
"lazyInit":false,
"root":{"nodeType":"async",
"text":"类型"},
"singleCheck":true,
"loader":{"preloadChildren":false,
"url":"/product_types/tree_with_checked",
"requestMethod":"GET"}}
pdfkit nodejs 生成pdf 使用coffcescript |