Login   Register  
PHP Classes
elePHPant
Icontem

File: trgrs_Folder_DetailList.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael J. Fuhrman  >  Folder_DetailView  >  trgrs_Folder_DetailList.js  >  Download  
File: trgrs_Folder_DetailList.js
Role: Auxiliary data
Content type: text/plain
Description: JavaScript functions that determine what should be done when a link is selected
Class: Folder_DetailView
Show a list of nested folders as collapsible tree
Author: By
Last change: Added Copy Right
Date: 2010-07-19 12:33
Size: 418 bytes
 

Contents

Class file image Download
var ENetArch = 
{
	Panel :
 	{
		Folder :
		{
			nCurrent : 0,
			DetailList :
			{
				Selected : function (nID) 
				{ location="?nFolderID=" + nID; },
			},
		},
	},
}

/*	=======================================
	Copyright 1998 - 2010 - E Net Arch
	This program is distributed under the terms of the GNU 
	General Public License (or the Lesser GPL).
	======================================= */