My favorites
▼
|
Sign in
dynatree
Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.
Project Home
Downloads
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
233
attachment: dynatree-patch.diff
(515 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
--- dist/jquery.dynatree-1.2.2.js 2012-10-18 13:35:30.000000000 +0300
+++ jquery.dynatree-1.2.2.js 2012-10-18 14:02:36.000000000 +0300
@@ -353,6 +353,9 @@
+ (this.bExpanded ? "e" : "c")
+ (data.isFolder ? "f" : "")
);
+ if( $(this.span).hasClass(this.tree.options.classNames.nodeLoading) ) {
+ cnList.push(this.tree.options.classNames.nodeLoading);
+ }
this.span.className = cnList.join(" ");
// TODO: we should not set this in the <span> tag also, if we set it here:
Powered by
Google Project Hosting