文件名称:ext树形动态菜单 .doc
文件大小:89KB
文件格式:DOC
更新时间:2014-08-04 07:27:28
树形菜单
map.put("id", nId); map.put("qtip", node.get("QTIP")); map.put("text", node.get("TEXT")); map.put("leaf", "1".equals(node.get("LEAF"))); //0不是叶子,1叶子 map.put("href", node.get("HREF")); map.put("hrefTarget", "rightFrame"); map.put("expanded", "0".equals(node.get("LEAF")));