Login   Register  
PHP Classes
elePHPant
Icontem

Notes

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Michael J. Fuhrman
Name: Michael J. Fuhrman <e-mail contact>
Packages: 10 Browse all classes by Michael J. Fuhrman Browse all classes by
Country: United States United States - PHP jobs in United States
Age: ???
All time rank: 56670 in United States United States
Week rank: 231 Up22 in United States United States Up
Innovation award
Innovation award
Nominee: 3x


  Detailed description   Download .zip .tar.gz  
This package implements an AJAX based notes editor.

It generates a user interface panel divided in three sections updated without reloading using AJAX: a menu, a folder list and the content viewer.

The content section displays forms for creating, viewing and editing notes.

The folders section lists the available section. The content section is updated when a folder item is selected to show the item content.

The menu allows the user to create, edit, view and delete notes or folders.

  Classes of Michael J. Fuhrman  >  Notes  >  Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Notes
Base name: notes
Description: AJAX based notes editor
Version: 1.0
PHP version: 5
License: GNU General Public License (GPL)
All time users: 656 users
All time rank: 4198
Week users: 0 users
Week rank: 2015 Equal
 
  Groups   Screenshots Screenshots   Rate classes User ratings  
  Dependencies   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Content management Components and tools to manage content View top rated classes
Group folder image AJAX Interact with the Web server without page reloading View top rated classes

  Files folder image Screenshots  
Show's the Copy Right Notice
File Role Description
Accessible without login Image file TriView_CopyRight.png Screen Show's the Copy Right Notice
Accessible without login Image file TriView_Edit_Menu.png Screen Show's the the Edit Menu
Accessible without login Image file TriView_Folder_Edit.png Screen Shows the Folder Edit form
Accessible without login Image file TriView_Folder_View.png Screen Shows the Folder Detail List
Accessible without login Image file TriView_Notes_Menu.png Screen Show's the the Notes Menu
Accessible without login Image file TriView_Note_Edit.png Screen Shows the Note Edit form
Accessible without login Image file TriView_Note_View.png Screen Shows the Note View


  Innovation Award  
PHP Programming Innovation award nominee
August 2010
Number 5
Some Web applications allow the users to create and edit notes to be associated with certain content.

This package provides an complete solution to manage abstract notes, which includes an AJAX based interface to create and edit notes and folder based categorization of the notes.

Manuel Lemos

  User ratings  
Not yet rated by the users

  Packages needed by this class  
Class Dependency Why it is needed
Ladder PHP
Required
Ladder manages the Data, this Presents

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Files folder imageApp (16 files, 1 directory)
Files folder imageImages (1 directory)
Files folder imageInstall (2 files)
Files folder imageShared (5 files, 2 directories)

  Files  /  Files folder image App  
File Role Description
Files folder imageForms (2 directories)
  Plain text file index.php Example Draws the TriView for the Notes Application
  Plain text file ReadMe.txt Doc. Provides guidence to programmers
  Plain text file rootFolder.php Example Contains the ID of the folder Created through CreateFolder.php
  Plain text file trgrs_Content.js.php Data JavaScript functions that determine what should be done when a link is selected
  Plain text file trgrs_Left.js.php Data JavaScript functions that determine what should be done when a link is selected
  Plain text file trgrs_Menus.js.php Data JavaScript functions that determine what should be done when a link is selected
  Plain text file trgrs_Notes.js.php Data JavaScript functions that determine what should be done when a link is selected
  Plain text file view_Left.php Example Displays the TreeView in the Left Panel
  Plain text file view_Menu.php Example Displays the Menu's in the Top Panel
  Plain text file _copy.php Example redirects the application based on target data class
  Plain text file _delete.php Example deletes data elements from Ladder
  Plain text file _edit.php Example redirects the application based on target data class
  Plain text file _move.php Example moves a data item in the tree .. not implemented
  Plain text file _new.php Example redirects the application based on target data class
  Plain text file _properties.php Example displays the properties of a data element
  Plain text file _view.php Example redirects the application based on target data class

  Files  /  App  /  Files folder image Forms  
File Role Description
Files folder imageNote (5 files)
Files folder imageNotes (5 files)

  Files  /  App  /  Forms  /  Files folder image Note  
File Role Description
  Plain text file add.php Example Adds a note element to Ladder
  Plain text file edit.php Example Edits a note element to Ladder
  Plain text file new.php Example Creates a new note element for Ladder
  Plain text file update.php Example Updates a note element in Ladder
  Plain text file view.php Example Views a note element in Ladder

  Files  /  App  /  Forms  /  Files folder image Notes  
File Role Description
  Plain text file add.php Example Adds a folder element to Ladder
  Plain text file edit.php Example Edits a folder element in Ladder
  Plain text file new.php Example Creates a new folder element in Ladder
  Plain text file update.php Example Updates a folder element in Ladder
  Plain text file view.php Example Views a folder element in Ladder

  Files  /  Files folder image Images  
File Role Description
Files folder imageLadder (7 files)

  Files  /  Images  /  Files folder image Ladder  
File Role Description
  Image file empty.gif Icon empty gif for folder details panel
  Image file file.gif Icon file gif for folder details panel
  Image file folder_closed.gif Icon folder closed gif for folder details panel
  Image file folder_open.gif Icon folder open gif for folder details panel
  Image file minus.gif Icon minus gif for folder details panel
  Image file plus.gif Icon plus gif for folder details panel
  Image file reference.gif Icon reference gif for folder details panel

  Files  /  Files folder image Install  
File Role Description
  Plain text file CreateFolder.php Example Creates a Notes Folder in Ladder
  Plain text file Install.php Example Installs the Notes Classes into Ladder

  Files  /  Files folder image Shared  
File Role Description
Files folder imageClasses (1 directory)
Files folder imagePanels (4 files, 2 directories)
  Plain text file AJAX.js Data Java Interfaces into AJAX
  Plain text file JQuery_Lite.js.js Data Provides simple JQuery Functionality
  Plain text file styles.css Example CSS styles used by my applications
  Plain text file _ENetArch.js Data Root JavaScript name space
  Plain text file _menus2.js Data HTML / JavaScript / CSS menus

  Files  /  Shared  /  Files folder image Classes  
File Role Description
Files folder imageCommon (2 files)

  Files  /  Shared  /  Classes  /  Files folder image Common  
File Role Description
  Plain text file Common_Note.cls Class Extends Ladders Item object
  Plain text file Common_Notes.cls Class Extends Ladders Folder object

  Files  /  Shared  /  Files folder image Panels  
File Role Description
Files folder imageCommon (2 files)
Files folder imageLadder (4 files)
  Plain text file Panel_List7.cls Class Works with Folder DetailList2 to draw a table
  Plain text file Panel_Panel.cls Class Contains the template classes for drawing Panels
  Plain text file Panel_TreeView.cls Class Draws a 3 DIV view Form
  Plain text file Panel_TriView.cls Class Draws a 3 DIV view Form

  Files  /  Shared  /  Panels  /  Files folder image Common  
File Role Description
  Plain text file Panel_Common_Note.cls Class Draws a Note data element
  Plain text file Panel_Common_Notes.cls Class Extends the Panel Ladder Folder

  Files  /  Shared  /  Panels  /  Files folder image Ladder  
File Role Description
  Plain text file Panel_Folder_DetailList2.cls Class Displays the details of data elements in a Folder
  Plain text file Panel_Ladder_Folder.cls Class Displays a static and edit view for a Folder element
  Plain text file Panel_Ladder_Item.cls Class Displays a static and edit view for a Item element
  Plain text file Panel_Ladder_Properties.cls Class Displays the properties for data stored in Ladder

Download all files: notes.tar.gz notes.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.