javascript 方便简单的实现树行要求 里面有使用 说明

源代码在线查看: demo.html.bak

软件大小: 65 K
上传用户: zxj334
关键词: javascript
下载地址: 免注册下载 普通下载 VIP

相关代码

									"http://www.w3.org/TR/html4/loose.dtd">
				
				
				
				
				
				
				
				
				
				
				
				
					body { background: white; color: black; }
					input { width: 120px; }
				
				
				
				
				
				
				
								     the menu will be inserted where this tag is located in the document -->
				
				
				
				
				
				 
				
				
				
				
				
				
				
				
				function addNode() {
					if (tree.getSelected()) {
						alert(tree.getSelected());
						alert(tree.getSelected().value);
						tree.getSelected().add(new WebFXTreeItem('New','test.html'));
					}
				}
				
				
				
				
							

相关资源