Skip to content
Snippets Groups Projects
jquery.fancytree-all.js 286 KiB
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
    			tree = ctx.tree,
    			opts = ctx.options,
    			which = event.which,
    			whichChar = String.fromCharCode(which),
    			clean = !(event.altKey || event.ctrlKey || event.metaKey || event.shiftKey),
    			$target = $(event.target),
    			handled = true,
    			activate = !(event.ctrlKey || !opts.autoActivate );
    
    		// (node || FT).debug("ftnode.nodeKeydown(" + event.type + "): ftnode:" + this + ", charCode:" + event.charCode + ", keyCode: " + event.keyCode + ", which: " + event.which);
    		// FT.debug("eventToString", which, '"' + String.fromCharCode(which) + '"', '"' + FT.eventToString(event) + '"');
    
    		// Set focus to active (or first node) if no other node has the focus yet
    		if( !node ){
    			focusNode = (this.getActiveNode() || this.getFirstChild());
    			if (focusNode){
    				focusNode.setFocus();
    				node = ctx.node = this.focusNode;
    				node.debug("Keydown force focus on active node");
    			}
    		}
    
    		if( opts.quicksearch && clean && /\w/.test(whichChar) &&
    				!SPECIAL_KEYCODES[which] &&  // #659
    				!$target.is(":input:enabled") ) {
    			// Allow to search for longer streaks if typed in quickly
    			stamp = new Date().getTime();
    			if( stamp - tree.lastQuicksearchTime > 500 ) {
    				tree.lastQuicksearchTerm = "";
    			}
    			tree.lastQuicksearchTime = stamp;
    			tree.lastQuicksearchTerm += whichChar;
    			// tree.debug("quicksearch find", tree.lastQuicksearchTerm);
    			matchNode = tree.findNextNode(tree.lastQuicksearchTerm, tree.getActiveNode());
    			if( matchNode ) {
    				matchNode.setActive();
    			}
    			event.preventDefault();
    			return;
    		}
    		switch( FT.eventToString(event) ) {
    			case "+":
    			case "=": // 187: '+' @ Chrome, Safari
    				tree.nodeSetExpanded(ctx, true);
    				break;
    			case "-":
    				tree.nodeSetExpanded(ctx, false);
    				break;
    			case "space":
    				if( node.isPagingNode() ) {
    					tree._triggerNodeEvent("clickPaging", ctx, event);
    				} else if(opts.checkbox){
    					tree.nodeToggleSelected(ctx);
    				}else{
    					tree.nodeSetActive(ctx, true);
    				}
    				break;
    			case "return":
    				tree.nodeSetActive(ctx, true);
    				break;
    			case "home":
    			case "end":
    			case "backspace":
    			case "left":
    			case "right":
    			case "up":
    			case "down":
    				res = node.navigate(event.which, activate, true);
    				break;
    			default:
    				handled = false;
    		}
    		if(handled){
    			event.preventDefault();
    		}
    	},
    
    
    	// /** Default handling for mouse keypress events. */
    	// nodeKeypress: function(ctx) {
    	//     var event = ctx.originalEvent;
    	// },
    
    	// /** Trigger lazyLoad event (async). */
    	// nodeLazyLoad: function(ctx) {
    	//     var node = ctx.node;
    	//     if(this._triggerNodeEvent())
    	// },
    	/** Load child nodes (async).
    	 *
    	 * @param {EventData} ctx
    	 * @param {object[]|object|string|$.Promise|function} source
    	 * @returns {$.Promise} The deferred will be resolved as soon as the (ajax)
    	 *     data was rendered.
    	 */
    	nodeLoadChildren: function(ctx, source) {
    		var ajax, delay, dfd,
    			tree = ctx.tree,
    			node = ctx.node,
    			requestId = new Date().getTime();
    
    		if($.isFunction(source)){
    			source = source.call(tree, {type: "source"}, ctx);
    			_assert(!$.isFunction(source), "source callback must not return another function");
    		}
    		if(source.url){
    			if( node._requestId ) {
    				node.warn("Recursive load request #" + requestId + " while #" + node._requestId + " is pending.");
    			// } else {
    			// 	node.debug("Send load request #" + requestId);
    			}
    			// `source` is an Ajax options object
    			ajax = $.extend({}, ctx.options.ajax, source);
    			node._requestId = requestId;
    			if(ajax.debugDelay){
    				// simulate a slow server
    				delay = ajax.debugDelay;
    				if($.isArray(delay)){ // random delay range [min..max]
    					delay = delay[0] + Math.random() * (delay[1] - delay[0]);
    				}
    				node.warn("nodeLoadChildren waiting debugDelay " + Math.round(delay) + " ms ...");
    				ajax.debugDelay = false;
    				dfd = $.Deferred(function (dfd) {
    					setTimeout(function () {
    						$.ajax(ajax)
    							.done(function () {	dfd.resolveWith(this, arguments); })
    							.fail(function () {	dfd.rejectWith(this, arguments); });
    					}, delay);
    				});
    			}else{
    				dfd = $.ajax(ajax);
    			}
    
    			// Defer the deferred: we want to be able to reject, even if ajax
    			// resolved ok.
    			source = new $.Deferred();
    			dfd.done(function (data, textStatus, jqXHR) {
    				var errorObj, res;
    
    				if((this.dataType === "json" || this.dataType === "jsonp") && typeof data === "string"){
    					$.error("Ajax request returned a string (did you get the JSON dataType wrong?).");
    				}
    				if( node._requestId && node._requestId > requestId ) {
    					// The expected request time stamp is later than `requestId`
    					// (which was kept as as closure variable to this handler function)
    					// node.warn("Ignored load response for obsolete request #" + requestId + " (expected #" + node._requestId + ")");
    					source.rejectWith(this, [RECURSIVE_REQUEST_ERROR]);
    					return;
    				// } else {
    				// 	node.debug("Response returned for load request #" + requestId);
    				}
    				// postProcess is similar to the standard ajax dataFilter hook,
    				// but it is also called for JSONP
    				if( ctx.options.postProcess ){
    					try {
    						res = tree._triggerNodeEvent("postProcess", ctx, ctx.originalEvent, {
    							response: data, error: null, dataType: this.dataType
    						});
    					} catch(e) {
    						res = { error: e, message: "" + e, details: "postProcess failed"};
    					}
    					if( res.error ) {
    						errorObj = $.isPlainObject(res.error) ? res.error : {message: res.error};
    						errorObj = tree._makeHookContext(node, null, errorObj);
    						source.rejectWith(this, [errorObj]);
    						return;
    					}
    					data = $.isArray(res) ? res : data;
    
    				} else if (data && data.hasOwnProperty("d") && ctx.options.enableAspx ) {
    					// Process ASPX WebMethod JSON object inside "d" property
    					data = (typeof data.d === "string") ? $.parseJSON(data.d) : data.d;
    				}
    				source.resolveWith(this, [data]);
    			}).fail(function (jqXHR, textStatus, errorThrown) {
    				var errorObj = tree._makeHookContext(node, null, {
    					error: jqXHR,
    					args: Array.prototype.slice.call(arguments),
    					message: errorThrown,
    					details: jqXHR.status + ": " + errorThrown
    				});
    				source.rejectWith(this, [errorObj]);
    			});
    		}
    		// #383: accept and convert ECMAScript 6 Promise
    		if( $.isFunction(source.then) && $.isFunction(source["catch"]) ) {
    			dfd = source;
    			source = new $.Deferred();
    			dfd.then(function(value){
    				source.resolve(value);
    			}, function(reason){
    				source.reject(reason);
    			});
    		}
    		if($.isFunction(source.promise)){
    			// `source` is a deferred, i.e. ajax request
    			// _assert(!node.isLoading(), "recursive load");
    			tree.nodeSetStatus(ctx, "loading");
    
    			source.done(function (children) {
    				tree.nodeSetStatus(ctx, "ok");
    				node._requestId = null;
    			}).fail(function(error){
    				var ctxErr;
    
    				if ( error === RECURSIVE_REQUEST_ERROR ) {
    					node.warn("Ignored response for obsolete load request #" + requestId + " (expected #" + node._requestId + ")");
    					return;
    				} else if (error.node && error.error && error.message) {
    					// error is already a context object
    					ctxErr = error;
    				} else {
    					ctxErr = tree._makeHookContext(node, null, {
    						error: error, // it can be jqXHR or any custom error
    						args: Array.prototype.slice.call(arguments),
    						message: error ? (error.message || error.toString()) : ""
    					});
    					if( ctxErr.message === "[object Object]" ) {
    						ctxErr.message = "";
    					}
    				}
    				node.warn("Load children failed (" + ctxErr.message + ")", ctxErr);
    				if( tree._triggerNodeEvent("loadError", ctxErr, null) !== false ) {
    					tree.nodeSetStatus(ctx, "error", ctxErr.message, ctxErr.details);
    				}
    			});
    		}
    		// $.when(source) resolves also for non-deferreds
    		return $.when(source).done(function(children){
    			var metaData;
    
    			if( $.isPlainObject(children) ){
    				// We got {foo: 'abc', children: [...]}
    				// Copy extra properties to tree.data.foo
    				_assert(node.isRootNode(), "source may only be an object for root nodes (expecting an array of child objects otherwise)");
    				_assert($.isArray(children.children), "if an object is passed as source, it must contain a 'children' array (all other properties are added to 'tree.data')");
    				metaData = children;
    				children = children.children;
    				delete metaData.children;
    				$.extend(tree.data, metaData);
    			}
    			_assert($.isArray(children), "expected array of children");
    			node._setChildren(children);
    			// trigger fancytreeloadchildren
    			tree._triggerNodeEvent("loadChildren", node);
    		});
    	},
    	/** [Not Implemented]  */
    	nodeLoadKeyPath: function(ctx, keyPathList) {
    		// TODO: implement and improve
    		// http://code.google.com/p/dynatree/issues/detail?id=222
    	},
    	/**
    	 * Remove a single direct child of ctx.node.
    	 * @param {EventData} ctx
    	 * @param {FancytreeNode} childNode dircect child of ctx.node
    	 */
    	nodeRemoveChild: function(ctx, childNode) {
    		var idx,
    			node = ctx.node,
    			// opts = ctx.options,
    			subCtx = $.extend({}, ctx, {node: childNode}),
    			children = node.children;
    
    		// FT.debug("nodeRemoveChild()", node.toString(), childNode.toString());
    
    		if( children.length === 1 ) {
    			_assert(childNode === children[0], "invalid single child");
    			return this.nodeRemoveChildren(ctx);
    		}
    		if( this.activeNode && (childNode === this.activeNode || this.activeNode.isDescendantOf(childNode))){
    			this.activeNode.setActive(false); // TODO: don't fire events
    		}
    		if( this.focusNode && (childNode === this.focusNode || this.focusNode.isDescendantOf(childNode))){
    			this.focusNode = null;
    		}
    		// TODO: persist must take care to clear select and expand cookies
    		this.nodeRemoveMarkup(subCtx);
    		this.nodeRemoveChildren(subCtx);
    		idx = $.inArray(childNode, children);
    		_assert(idx >= 0, "invalid child");
    		// Notify listeners
    		node.triggerModifyChild("remove", childNode);
    		// Unlink to support GC
    		childNode.visit(function(n){
    			n.parent = null;
    		}, true);
    		this._callHook("treeRegisterNode", this, false, childNode);
    		// remove from child list
    		children.splice(idx, 1);
    	},
    	/**Remove HTML markup for all descendents of ctx.node.
    	 * @param {EventData} ctx
    	 */
    	nodeRemoveChildMarkup: function(ctx) {
    		var node = ctx.node;
    
    		// FT.debug("nodeRemoveChildMarkup()", node.toString());
    		// TODO: Unlink attr.ftnode to support GC
    		if(node.ul){
    			if( node.isRootNode() ) {
    				$(node.ul).empty();
    			} else {
    				$(node.ul).remove();
    				node.ul = null;
    			}
    			node.visit(function(n){
    				n.li = n.ul = null;
    			});
    		}
    	},
    	/**Remove all descendants of ctx.node.
    	* @param {EventData} ctx
    	*/
    	nodeRemoveChildren: function(ctx) {
    		var subCtx,
    			tree = ctx.tree,
    			node = ctx.node,
    			children = node.children;
    			// opts = ctx.options;
    
    		// FT.debug("nodeRemoveChildren()", node.toString());
    		if(!children){
    			return;
    		}
    		if( this.activeNode && this.activeNode.isDescendantOf(node)){
    			this.activeNode.setActive(false); // TODO: don't fire events
    		}
    		if( this.focusNode && this.focusNode.isDescendantOf(node)){
    			this.focusNode = null;
    		}
    		// TODO: persist must take care to clear select and expand cookies
    		this.nodeRemoveChildMarkup(ctx);
    		// Unlink children to support GC
    		// TODO: also delete this.children (not possible using visit())
    		subCtx = $.extend({}, ctx);
    		node.triggerModifyChild("remove", null);
    		node.visit(function(n){
    			n.parent = null;
    			tree._callHook("treeRegisterNode", tree, false, n);
    		});
    		if( node.lazy ){
    			// 'undefined' would be interpreted as 'not yet loaded' for lazy nodes
    			node.children = [];
    		} else{
    			node.children = null;
    		}
    		if( !node.isRootNode() ) {
    			node.expanded = false;  // #449, #459
    		}
    		this.nodeRenderStatus(ctx);
    	},
    	/**Remove HTML markup for ctx.node and all its descendents.
    	 * @param {EventData} ctx
    	 */
    	nodeRemoveMarkup: function(ctx) {
    		var node = ctx.node;
    		// FT.debug("nodeRemoveMarkup()", node.toString());
    		// TODO: Unlink attr.ftnode to support GC
    		if(node.li){
    			$(node.li).remove();
    			node.li = null;
    		}
    		this.nodeRemoveChildMarkup(ctx);
    	},
    	/**
    	 * Create `<li><span>..</span> .. </li>` tags for this node.
    	 *
    	 * This method takes care that all HTML markup is created that is required
    	 * to display this node in its current state.
    	 *
    	 * Call this method to create new nodes, or after the strucuture
    	 * was changed (e.g. after moving this node or adding/removing children)
    	 * nodeRenderTitle() and nodeRenderStatus() are implied.
    	 *
    	 * <code>
    	 * <li id='KEY' ftnode=NODE>
    	 *     <span class='fancytree-node fancytree-expanded fancytree-has-children fancytree-lastsib fancytree-exp-el fancytree-ico-e'>
    	 *         <span class="fancytree-expander"></span>
    	 *         <span class="fancytree-checkbox"></span> // only present in checkbox mode
    	 *         <span class="fancytree-icon"></span>
    	 *         <a href="#" class="fancytree-title"> Node 1 </a>
    	 *     </span>
    	 *     <ul> // only present if node has children
    	 *         <li id='KEY' ftnode=NODE> child1 ... </li>
    	 *         <li id='KEY' ftnode=NODE> child2 ... </li>
    	 *     </ul>
    	 * </li>
    	 * </code>
    	 *
    	 * @param {EventData} ctx
    	 * @param {boolean} [force=false] re-render, even if html markup was already created
    	 * @param {boolean} [deep=false] also render all descendants, even if parent is collapsed
    	 * @param {boolean} [collapsed=false] force root node to be collapsed, so we can apply animated expand later
    	 */
    	nodeRender: function(ctx, force, deep, collapsed, _recursive) {
    		/* This method must take care of all cases where the current data mode
    		 * (i.e. node hierarchy) does not match the current markup.
    		 *
    		 * - node was not yet rendered:
    		 *   create markup
    		 * - node was rendered: exit fast
    		 * - children have been added
    		 * - children have been removed
    		 */
    		var childLI, childNode1, childNode2, i, l, next, subCtx,
    			node = ctx.node,
    			tree = ctx.tree,
    			opts = ctx.options,
    			aria = opts.aria,
    			firstTime = false,
    			parent = node.parent,
    			isRootNode = !parent,
    			children = node.children,
    			successorLi = null;
    		// FT.debug("nodeRender(" + !!force + ", " + !!deep + ")", node.toString());
    
    		if( tree._enableUpdate === false ) {
    			// tree.debug("no render", tree._enableUpdate);
    			return;
    		}
    		if( ! isRootNode && ! parent.ul ) {
    			// Calling node.collapse on a deep, unrendered node
    			return;
    		}
    		_assert(isRootNode || parent.ul, "parent UL must exist");
    
    		// Render the node
    		if( !isRootNode ){
    			// Discard markup on force-mode, or if it is not linked to parent <ul>
    			if(node.li && (force || (node.li.parentNode !== node.parent.ul) ) ){
    				if( node.li.parentNode === node.parent.ul ){
    					// #486: store following node, so we can insert the new markup there later
    					successorLi = node.li.nextSibling;
    				}else{
    					// May happen, when a top-level node was dropped over another
    					this.debug("Unlinking " + node + " (must be child of " + node.parent + ")");
    				}
    //	            this.debug("nodeRemoveMarkup...");
    				this.nodeRemoveMarkup(ctx);
    			}
    			// Create <li><span /> </li>
    //			node.debug("render...");
    			if( !node.li ) {
    //	            node.debug("render... really");
    				firstTime = true;
    				node.li = document.createElement("li");
    				node.li.ftnode = node;
    
    				if( node.key && opts.generateIds ){
    					node.li.id = opts.idPrefix + node.key;
    				}
    				node.span = document.createElement("span");
    				node.span.className = "fancytree-node";
    				if( aria && !node.tr ) {
    					$(node.li).attr("role", "treeitem");
    				}
    				node.li.appendChild(node.span);
    
    				// Create inner HTML for the <span> (expander, checkbox, icon, and title)
    				this.nodeRenderTitle(ctx);
    
    				// Allow tweaking and binding, after node was created for the first time
    				if ( opts.createNode ){
    					opts.createNode.call(tree, {type: "createNode"}, ctx);
    				}
    			}else{
    //				this.nodeRenderTitle(ctx);
    				this.nodeRenderStatus(ctx);
    			}
    			// Allow tweaking after node state was rendered
    			if ( opts.renderNode ){
    				opts.renderNode.call(tree, {type: "renderNode"}, ctx);
    			}
    		}
    
    		// Visit child nodes
    		if( children ){
    			if( isRootNode || node.expanded || deep === true ) {
    				// Create a UL to hold the children
    				if( !node.ul ){
    					node.ul = document.createElement("ul");
    					if((collapsed === true && !_recursive) || !node.expanded){
    						// hide top UL, so we can use an animation to show it later
    						node.ul.style.display = "none";
    					}
    					if(aria){
    						$(node.ul).attr("role", "group");
    					}
    					if ( node.li ) { // issue #67
    						node.li.appendChild(node.ul);
    					} else {
    						node.tree.$div.append(node.ul);
    					}
    				}
    				// Add child markup
    				for(i=0, l=children.length; i<l; i++) {
    					subCtx = $.extend({}, ctx, {node: children[i]});
    					this.nodeRender(subCtx, force, deep, false, true);
    				}
    				// Remove <li> if nodes have moved to another parent
    				childLI = node.ul.firstChild;
    				while( childLI ){
    					childNode2 = childLI.ftnode;
    					if( childNode2 && childNode2.parent !== node ) {
    						node.debug("_fixParent: remove missing " + childNode2, childLI);
    						next = childLI.nextSibling;
    						childLI.parentNode.removeChild(childLI);
    						childLI = next;
    					}else{
    						childLI = childLI.nextSibling;
    					}
    				}
    				// Make sure, that <li> order matches node.children order.
    				childLI = node.ul.firstChild;
    				for(i=0, l=children.length-1; i<l; i++) {
    					childNode1 = children[i];
    					childNode2 = childLI.ftnode;
    					if( childNode1 !== childNode2 ) {
    						// node.debug("_fixOrder: mismatch at index " + i + ": " + childNode1 + " != " + childNode2);
    						node.ul.insertBefore(childNode1.li, childNode2.li);
    					} else {
    						childLI = childLI.nextSibling;
    					}
    				}
    			}
    		}else{
    			// No children: remove markup if any
    			if( node.ul ){
    //				alert("remove child markup for " + node);
    				this.warn("remove child markup for " + node);
    				this.nodeRemoveChildMarkup(ctx);
    			}
    		}
    		if( !isRootNode ){
    			// Update element classes according to node state
    			// this.nodeRenderStatus(ctx);
    			// Finally add the whole structure to the DOM, so the browser can render
    			if( firstTime ){
    				// #486: successorLi is set, if we re-rendered (i.e. discarded)
    				// existing markup, which  we want to insert at the same position.
    				// (null is equivalent to append)
    //				parent.ul.appendChild(node.li);
    				parent.ul.insertBefore(node.li, successorLi);
    			}
    		}
    	},
    	/** Create HTML inside the node's outer &lt;span> (i.e. expander, checkbox,
    	 * icon, and title).
    	 *
    	 * nodeRenderStatus() is implied.
    	 * @param {EventData} ctx
    	 * @param {string} [title] optinal new title
    	 */
    	nodeRenderTitle: function(ctx, title) {
    		// set node connector images, links and text
    		var checkbox, className, icon, nodeTitle, role, tabindex, tooltip,
    			node = ctx.node,
    			tree = ctx.tree,
    			opts = ctx.options,
    			aria = opts.aria,
    			level = node.getLevel(),
    			ares = [];
    
    		if(title !== undefined){
    			node.title = title;
    		}
    		if ( !node.span || tree._enableUpdate === false ) {
    			// Silently bail out if node was not rendered yet, assuming
    			// node.render() will be called as the node becomes visible
    			return;
    		}
    		// Connector (expanded, expandable or simple)
    		role = (aria && node.hasChildren() !== false) ? " role='button'" : "";
    		if( level < opts.minExpandLevel ) {
    			if( !node.lazy ) {
    				node.expanded = true;
    			}
    			if(level > 1){
    				ares.push("<span " + role + " class='fancytree-expander fancytree-expander-fixed'></span>");
    			}
    			// .. else (i.e. for root level) skip expander/connector alltogether
    		} else {
    			ares.push("<span " + role + " class='fancytree-expander'></span>");
    		}
    		// Checkbox mode
    		checkbox = FT.evalOption("checkbox", node, node, opts, false);
    
    		if( checkbox && !node.isStatusNode() ) {
    			role = aria ? " role='checkbox'" : "";
    			className = "fancytree-checkbox";
    			if( checkbox === "radio" || (node.parent && node.parent.radiogroup) ) {
    				className += " fancytree-radio";
    			}
    			ares.push("<span " + role + " class='" + className + "'></span>");
    		}
    		// Folder or doctype icon
    		if( node.data.iconClass !== undefined ) {  // 2015-11-16
    			// Handle / warn about backward compatibility
    			if( node.icon ) {
    				$.error("'iconClass' node option is deprecated since v2.14.0: use 'icon' only instead");
    			} else {
    				node.warn("'iconClass' node option is deprecated since v2.14.0: use 'icon' instead");
    				node.icon = node.data.iconClass;
    			}
    		}
    		// If opts.icon is a callback and returns something other than undefined, use that
    		// else if node.icon is a boolean or string, use that
    		// else if opts.icon is a boolean or string, use that
    		// else show standard icon (which may be different for folders or documents)
    		icon = FT.evalOption("icon", node, node, opts, true);
    		if( typeof icon !== "boolean" ) {
    			// icon is defined, but not true/false: must be a string
    			icon = "" + icon;
    		}
    		if( icon !== false ) {
    			role = aria ? " role='presentation'" : "";
    			if ( typeof icon === "string" ) {
    				if( TEST_IMG.test(icon) ) {
    					// node.icon is an image url. Prepend imagePath
    					icon = (icon.charAt(0) === "/") ? icon : ((opts.imagePath || "") + icon);
    					ares.push("<img src='" + icon + "' class='fancytree-icon' alt='' />");
    				} else {
    					ares.push("<span " + role + " class='fancytree-custom-icon " + icon +  "'></span>");
    				}
    			} else {
    				// standard icon: theme css will take care of this
    				ares.push("<span " + role + " class='fancytree-icon'></span>");
    			}
    		}
    		// Node title
    		nodeTitle = "";
    		if ( opts.renderTitle ){
    			nodeTitle = opts.renderTitle.call(tree, {type: "renderTitle"}, ctx) || "";
    		}
    		if ( !nodeTitle ) {
    			tooltip = FT.evalOption("tooltip", node, node, opts, null);
    			if( tooltip === true ) {
    				tooltip = node.title;
    			}
    			// if( node.tooltip ) {
    			// 	tooltip = node.tooltip;
    			// } else if ( opts.tooltip ) {
    			// 	tooltip = opts.tooltip === true ? node.title : opts.tooltip.call(tree, node);
    			// }
    			tooltip = tooltip ? " title='" + _escapeTooltip(tooltip) + "'" : "";
    			tabindex = opts.titlesTabbable ? " tabindex='0'" : "";
    
    			nodeTitle = "<span class='fancytree-title'" +
    				tooltip + tabindex + ">" +
    				(opts.escapeTitles ? _escapeHtml(node.title) : node.title) +
    				"</span>";
    		}
    		ares.push(nodeTitle);
    		// Note: this will trigger focusout, if node had the focus
    		//$(node.span).html(ares.join("")); // it will cleanup the jQuery data currently associated with SPAN (if any), but it executes more slowly
    		node.span.innerHTML = ares.join("");
    		// Update CSS classes
    		this.nodeRenderStatus(ctx);
    		if ( opts.enhanceTitle ){
    			ctx.$title = $(">span.fancytree-title", node.span);
    			nodeTitle = opts.enhanceTitle.call(tree, {type: "enhanceTitle"}, ctx) || "";
    		}
    	},
    	/** Update element classes according to node state.
    	 * @param {EventData} ctx
    	 */
    	nodeRenderStatus: function(ctx) {
    		// Set classes for current status
    		var $ariaElem,
    			node = ctx.node,
    			tree = ctx.tree,
    			opts = ctx.options,
    //			nodeContainer = node[tree.nodeContainerAttrName],
    			hasChildren = node.hasChildren(),
    			isLastSib = node.isLastSibling(),
    			aria = opts.aria,
    			cn = opts._classNames,
    			cnList = [],
    			statusElem = node[tree.statusClassPropName];
    
    		if( !statusElem || tree._enableUpdate === false ){
    			// if this function is called for an unrendered node, ignore it (will be updated on nect render anyway)
    			return;
    		}
    		if( aria ) {
    			$ariaElem = $(node.tr || node.li);
    		}
    		// Build a list of class names that we will add to the node <span>
    		cnList.push(cn.node);
    		if( tree.activeNode === node ){
    			cnList.push(cn.active);
    //			$(">span.fancytree-title", statusElem).attr("tabindex", "0");
    //			tree.$container.removeAttr("tabindex");
    		// }else{
    //			$(">span.fancytree-title", statusElem).removeAttr("tabindex");
    //			tree.$container.attr("tabindex", "0");
    		}
    		if( tree.focusNode === node ){
    			cnList.push(cn.focused);
    		}
    		if( node.expanded ){
    			cnList.push(cn.expanded);
    		}
    		if( aria ){
    			if (hasChildren !== false) {
    				$ariaElem.attr("aria-expanded", Boolean(node.expanded));
    			}
    			else {
    				$ariaElem.removeAttr("aria-expanded");
    			}
    		}
    		if( node.folder ){
    			cnList.push(cn.folder);
    		}
    		if( hasChildren !== false ){
    			cnList.push(cn.hasChildren);
    		}
    		// TODO: required?
    		if( isLastSib ){
    			cnList.push(cn.lastsib);
    		}
    		if( node.lazy && node.children == null ){
    			cnList.push(cn.lazy);
    		}
    		if( node.partload ){
    			cnList.push(cn.partload);
    		}
    		if( node.partsel ){
    			cnList.push(cn.partsel);
    		}
    		if( FT.evalOption("unselectable", node, node, opts, false) ){
    			cnList.push(cn.unselectable);
    		}
    		if( node._isLoading ){
    			cnList.push(cn.loading);
    		}
    		if( node._error ){
    			cnList.push(cn.error);
    		}
    		if( node.statusNodeType ) {
    			cnList.push(cn.statusNodePrefix + node.statusNodeType);
    		}
    		if( node.selected ){
    			cnList.push(cn.selected);
    			if(aria){
    				$ariaElem.attr("aria-selected", true);
    			}
    		}else if(aria){
    			$ariaElem.attr("aria-selected", false);
    		}
    		if( node.extraClasses ){
    			cnList.push(node.extraClasses);
    		}
    		// IE6 doesn't correctly evaluate multiple class names,
    		// so we create combined class names that can be used in the CSS
    		if( hasChildren === false ){
    			cnList.push(cn.combinedExpanderPrefix + "n" +
    					(isLastSib ? "l" : "")
    					);
    		}else{
    			cnList.push(cn.combinedExpanderPrefix +
    					(node.expanded ? "e" : "c") +
    					(node.lazy && node.children == null ? "d" : "") +
    					(isLastSib ? "l" : "")
    					);
    		}
    		cnList.push(cn.combinedIconPrefix +
    				(node.expanded ? "e" : "c") +
    				(node.folder ? "f" : "")
    				);
    //        node.span.className = cnList.join(" ");
    		statusElem.className = cnList.join(" ");
    
    		// TODO: we should not set this in the <span> tag also, if we set it here:
    		// Maybe most (all) of the classes should be set in LI instead of SPAN?
    		if(node.li){
    			// #719: we have to consider that there may be already other classes:
    			$(node.li).toggleClass(cn.lastsib, isLastSib);
    		}
    	},
    	/** Activate node.
    	 * flag defaults to true.
    	 * If flag is true, the node is activated (must be a synchronous operation)
    	 * If flag is false, the node is deactivated (must be a synchronous operation)
    	 * @param {EventData} ctx
    	 * @param {boolean} [flag=true]
    	 * @param {object} [opts] additional options. Defaults to {noEvents: false, noFocus: false}
    	 * @returns {$.Promise}
    	 */
    	nodeSetActive: function(ctx, flag, callOpts) {
    		// Handle user click / [space] / [enter], according to clickFolderMode.
    		callOpts = callOpts || {};
    		var subCtx,
    			node = ctx.node,
    			tree = ctx.tree,
    			opts = ctx.options,
    			noEvents = (callOpts.noEvents === true),
    			noFocus = (callOpts.noFocus === true),
    			isActive = (node === tree.activeNode);
    
    		// flag defaults to true
    		flag = (flag !== false);
    		// node.debug("nodeSetActive", flag);
    
    		if(isActive === flag){
    			// Nothing to do
    			return _getResolvedPromise(node);
    		}else if(flag && !noEvents && this._triggerNodeEvent("beforeActivate", node, ctx.originalEvent) === false ){
    			// Callback returned false
    			return _getRejectedPromise(node, ["rejected"]);
    		}
    		if(flag){
    			if(tree.activeNode){
    				_assert(tree.activeNode !== node, "node was active (inconsistency)");
    				subCtx = $.extend({}, ctx, {node: tree.activeNode});
    				tree.nodeSetActive(subCtx, false);
    				_assert(tree.activeNode === null, "deactivate was out of sync?");
    			}
    			if(opts.activeVisible){
    				// If no focus is set (noFocus: true) and there is no focused node, this node is made visible.
    				node.makeVisible({scrollIntoView: noFocus && tree.focusNode == null});
    			}
    			tree.activeNode = node;
    			tree.nodeRenderStatus(ctx);
    			if( !noFocus ) {
    				tree.nodeSetFocus(ctx);
    			}
    			if( !noEvents ) {
    				tree._triggerNodeEvent("activate", node, ctx.originalEvent);
    			}
    		}else{
    			_assert(tree.activeNode === node, "node was not active (inconsistency)");
    			tree.activeNode = null;
    			this.nodeRenderStatus(ctx);
    			if( !noEvents ) {
    				ctx.tree._triggerNodeEvent("deactivate", node, ctx.originalEvent);
    			}
    		}
    		return _getResolvedPromise(node);
    	},
    	/** Expand or collapse node, return Deferred.promise.
    	 *
    	 * @param {EventData} ctx
    	 * @param {boolean} [flag=true]
    	 * @param {object} [opts] additional options. Defaults to {noAnimation: false, noEvents: false}
    	 * @returns {$.Promise} The deferred will be resolved as soon as the (lazy)
    	 *     data was retrieved, rendered, and the expand animation finshed.
    	 */
    	nodeSetExpanded: function(ctx, flag, callOpts) {
    		callOpts = callOpts || {};
    		var _afterLoad, dfd, i, l, parents, prevAC,
    			node = ctx.node,
    			tree = ctx.tree,
    			opts = ctx.options,
    			noAnimation = (callOpts.noAnimation === true),
    			noEvents = (callOpts.noEvents === true);
    
    		// flag defaults to true
    		flag = (flag !== false);
    
    		// node.debug("nodeSetExpanded(" + flag + ")");
    
    		if((node.expanded && flag) || (!node.expanded && !flag)){
    			// Nothing to do
    			// node.debug("nodeSetExpanded(" + flag + "): nothing to do");
    			return _getResolvedPromise(node);
    		}else if(flag && !node.lazy && !node.hasChildren() ){
    			// Prevent expanding of empty nodes
    			// return _getRejectedPromise(node, ["empty"]);
    			return _getResolvedPromise(node);
    		}else if( !flag && node.getLevel() < opts.minExpandLevel ) {
    			// Prevent collapsing locked levels
    			return _getRejectedPromise(node, ["locked"]);
    		}else if ( !noEvents && this._triggerNodeEvent("beforeExpand", node, ctx.originalEvent) === false ){
    			// Callback returned false
    			return _getRejectedPromise(node, ["rejected"]);
    		}
    		// If this node inside a collpased node, no animation and scrolling is needed
    		if( !noAnimation && !node.isVisible() ) {
    			noAnimation = callOpts.noAnimation = true;
    		}
    
    		dfd = new $.Deferred();
    
    		// Auto-collapse mode: collapse all siblings
    		if( flag && !node.expanded && opts.autoCollapse ) {
    			parents = node.getParentList(false, true);
    			prevAC = opts.autoCollapse;
    			try{
    				opts.autoCollapse = false;
    				for(i=0, l=parents.length; i<l; i++){
    					// TODO: should return promise?
    					this._callHook("nodeCollapseSiblings", parents[i], callOpts);
    				}
    			}finally{
    				opts.autoCollapse = prevAC;
    			}
    		}
    		// Trigger expand/collapse after expanding
    		dfd.done(function(){
    			var	lastChild = node.getLastChild();
    
    			if( flag && opts.autoScroll && !noAnimation && lastChild ) {
    				// Scroll down to last child, but keep current node visible
    				lastChild.scrollIntoView(true, {topNode: node}).always(function(){
    					if( !noEvents ) {
    						ctx.tree._triggerNodeEvent(flag ? "expand" : "collapse", ctx);
    					}
    				});
    			} else {
    				if( !noEvents ) {
    					ctx.tree._triggerNodeEvent(flag ? "expand" : "collapse", ctx);
    				}
    			}
    		});
    		// vvv Code below is executed after loading finished:
    		_afterLoad = function(callback){
    			var cn = opts._classNames,
    				isVisible, isExpanded,
    				effect = opts.toggleEffect;
    
    			node.expanded = flag;
    			// Create required markup, but make sure the top UL is hidden, so we
    			// can animate later
    			tree._callHook("nodeRender", ctx, false, false, true);
    
    			// Hide children, if node is collapsed
    			if( node.ul ) {
    				isVisible = (node.ul.style.display !== "none");
    				isExpanded = !!node.expanded;
    				if ( isVisible === isExpanded ) {
    					node.warn("nodeSetExpanded: UL.style.display already set");
    
    				} else if ( !effect || noAnimation ) {
    					node.ul.style.display = ( node.expanded || !parent ) ? "" : "none";
    
    				} else {
    					// The UI toggle() effect works with the ext-wide extension,
    					// while jQuery.animate() has problems when the title span
    					// has positon: absolute.
    					// Since jQuery UI 1.12, the blind effect requires the parent
    					// element to have 'position: relative'.
    					// See #716, #717
    					$(node.li).addClass(cn.animating);  // #717
    //					node.info("fancytree-animating start: " + node.li.className);
    					$(node.ul)
    						.addClass(cn.animating)  // # 716
    						.toggle(effect.effect, effect.options, effect.duration, function(){
    //							node.info("fancytree-animating end: " + node.li.className);
    							$(this).removeClass(cn.animating);  // #716
    							$(node.li).removeClass(cn.animating);  // #717
    							callback();
    						});
    					return;
    				}
    			}
    			callback();
    		};
    		// ^^^ Code above is executed after loading finshed.
    
    		// Load lazy nodes, if any. Then continue with _afterLoad()
    		if(flag && node.lazy && node.hasChildren() === undefined){
    			// node.debug("nodeSetExpanded: load start...");
    			node.load().done(function(){
    				// node.debug("nodeSetExpanded: load done");
    				if(dfd.notifyWith){ // requires jQuery 1.6+
    					dfd.notifyWith(node, ["loaded"]);
    				}
    				_afterLoad(function () { dfd.resolveWith(node); });
    			}).fail(function(errMsg){
    				_afterLoad(function () { dfd.rejectWith(node, ["load failed (" + errMsg + ")"]); });
    			});
    /*
    			var source = tree._triggerNodeEvent("lazyLoad", node, ctx.originalEvent);
    			_assert(typeof source !== "boolean", "lazyLoad event must return source in data.result");
    			node.debug("nodeSetExpanded: load start...");
    			this._callHook("nodeLoadChildren", ctx, source).done(function(){
    				node.debug("nodeSetExpanded: load done");
    				if(dfd.notifyWith){ // requires jQuery 1.6+
    					dfd.notifyWith(node, ["loaded"]);
    				}
    				_afterLoad.call(tree);
    			}).fail(function(errMsg){
    				dfd.rejectWith(node, ["load failed (" + errMsg + ")"]);
    			});
    */
    		}else{
    			_afterLoad(function () { dfd.resolveWith(node); });
    		}
    		// node.debug("nodeSetExpanded: returns");
    		return dfd.promise();
    	},
    	/** Focus or blur this node.
    	 * @param {EventData} ctx
    	 * @param {boolean} [flag=true]
    	 */
    	nodeSetFocus: function(ctx, flag) {
    		// ctx.node.debug("nodeSetFocus(" + flag + ")");
    		var ctx2,