250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- SpringBoot
- AJAX
- Docker
- Python
- spring
- MSSQL
- JDBC
- Exception
- PostgreSQL
- git
- Tomcat
- Spring Boot
- 설정
- STS
- JavaScript
- Eclipse
- MySQL
- 오픈소스
- IntelliJ
- myBatis
- Thymeleaf
- error
- maven
- 문서
- jpa
- oracle
- Source
- Open Source
- ubuntu
- Core Java
Archives
- Today
- Total
헤르메스 LIFE
[Tree] dTree의 활용 ( JavaScript Tree ) 본문
728x90
출처 : http://www.destroydrop.com/javascripts/tree/default.html
간단하게 사용가능합니다.
- Unlimited number of levels
- Can be used with or without frames
- Remembers the state of the tree between pages
- Possible to have as many trees as you like on a page
- All major browsers suported
- Internet Explorer 5+
- Netscape 6+
- Opera 7+
- Mozilla
- Generates XHTML 1.0 strict validated output
- Alternative images for each node
한글 테스트를 해봤는데, 잘 됩니다.
HTML 파일을 UTF-8 인코딩하고,
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
처리하면, 한글 정상적으로 보여지네요.
728x90
'JSP&JavaScript&HTML' 카테고리의 다른 글
HTML TABLE ROW를 show, hide시 IE7 및 호환성보기에서 css border 잔상남는 경우 (0) | 2014.12.30 |
---|---|
[JavaScript] function을 클래스처럼 사용하기 (0) | 2014.03.14 |
[JSTL] According to TLD or attribute directive in tag file, attribute test does not accept any expressions (0) | 2012.06.29 |
[Source] Connection Test (0) | 2012.05.14 |
Common URL Escape Characters (0) | 2012.04.04 |