Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

existdissolve/Ext.ux.JumpableNestedList

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ext.ux.JumpableNestedList allows you to arbitrarily navigate (or "jump") to any node that exists within a NestedList. The best part of it, though, is that it preserves the automated navigation of the NestedList, and even traces the selection path to the selected node, just as if you had arrived at the destination via the normal hierarchical navigation.

Usage:

var jns = new Ext.ux.JumpableNestedList({
	// specifies whether or not to trace the 
	// path in the hierarchy to the selected
	// node
	traceSelectionPath: true|false (d->true), 
	// prevents momentary flicker of parent
	// list when navigating to node
	// (requires cardlayout override)
	hideSelectionPath: true|false (d->true) 
});

Navigate to Node:

jns.jumpToNode(mynode)

About

Extension of the Sencha Touch NestedList which allows for arbitrary navigation to specified nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.