Home Index General Info API / Developers Manual Demos Download Contact
 
DeepGrid Version 1.0
ReadMe
 
The DeepGrid package is intended for use by developers to develop Javascript Object based Grids.This zipped package contains the Source file for DeepGrid and the Documentation files.

The Source File: This file named deepgrid.js and contains the complete source code for the DeepGrid.

The Documentation can be found in the docs directory of the installation folder. Use TOC.html to navigate to the other pages.


DeepGrid requires Internet Explorer 5.0 or above with Javascript enabled to function properly. As of now testing has been done only on Internet Explorer 5.5.


Getting Started
===============

To use DeepGrid in your programs please import deepgrid.js.
Example:
 <HTML>
   <HEAD>
     <SCRIPT SRC="deepgrid.js">
     </SCRIPT>
   </HEAD>
   <BODY>
     <SCRIPT>
       var myGrid=new DeepGrid('gridName');
       .
       .
       .
       .
     </SCRIPT>
   </BODY>
 </HTML>

The Grid is Object based. i.e. Each class holds its position in the heirarchy and claims its properties from the parents. For a complete picture of the Class heirarchy and Architecture refer to the API/Developers Manual section.


Navigation
===========

Navigation in the Grid is inbuilt. The cells can be traversed by using a Arrow Keys in conjunction with the Control Key. The Key Chart is given below:


Control + Up Arrow - Move Top if cell exists else move to the last cell in the column.

Control + Down Arrow - Move Down if cell exists else move to the first cell in the column.

Control + Left Arrow - Move Left if cell exists else move to the last cell in the row.

Control + Right Arrow - Move Right if cell exists else move to the first cell in the row.



Technical Support
=================

To report a bug please mail to [email protected] with subject Bugs Bunny.
I also look forward for your suggestions, reviews and feedbacks.


------------------------------------------------------------------------
Copyright © 2002-2003 Pradeep Palat
[email protected]
All rights reserved.

Hosted by www.Geocities.ws

1