[phpWebApp-commits] CVS: web_app/boxes/folderListing doc.folderListing.txt,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-02-23 14:20:33
|
Update of /cvsroot/phpwebapp/web_app/boxes/folderListing In directory sc8-pr-cvs1:/tmp/cvs-serv5059/boxes/folderListing Modified Files: doc.folderListing.txt Log Message: Index: doc.folderListing.txt =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/folderListing/doc.folderListing.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** doc.folderListing.txt 21 Feb 2003 08:15:50 -0000 1.1.1.1 --- doc.folderListing.txt 23 Feb 2003 14:20:30 -0000 1.2 *************** *** 1,6 **** - Folder Listing WebBox - ====================== - This box allows the browsing of a folder. It displays a list of subfolders and files that are contained in the folder. It also --- 1,3 ---- *************** *** 25,29 **** are displayed. Should be initialized by the application the first time that the web box is rendered. If it is not initialized by the ! application then it has a default value of "html?$". * folderListing->currentPath --- 22,26 ---- are displayed. Should be initialized by the application the first time that the web box is rendered. If it is not initialized by the ! application, then it has a default value of ".*" (filter nothing). * folderListing->currentPath *************** *** 70,76 **** contains it: ! <Include SRC="{{FOLDERLISTING_PATH}}folderListing.html" /> ! ! ({{FOLDERLISTING_PATH}} is declared by the framework itself) In case that you want to change the layout of the webbox, then --- 67,72 ---- contains it: ! <Include SRC="{{FOLDERLISTING_PATH}}folderListing.html" /> ! ({{FOLDERLISTING_PATH}} is declared by the framework itself) In case that you want to change the layout of the webbox, then *************** *** 79,92 **** to it and include it like this: ! <Include SRC="{{folderListing_path}}folderListing.html" /> ! ! ({{folderListing_path}} must be declared by your application) To change the layout of the webbox you can change the file 'folderListing.html' and the file 'folderListing.css'. - The variable {{linkedPath}} in 'folderListing.html' contains - a sensitive path, from the root to the current folder, which - allows the user to go to any of the folders in this path. - The variable {{htmlCode}} contains the html code that displays - the current folder. The look of this html code can be changed - by modifying the file 'folderListing.css'. --- 75,81 ---- to it and include it like this: ! <Include SRC="{{folderListing_path}}folderListing.html" /> ! ({{folderListing_path}} must be declared by your application) To change the layout of the webbox you can change the file 'folderListing.html' and the file 'folderListing.css'. |