Download List

專案描述

OS3Grid is a Javascript component that allows
users to create and use spreadsheet-like grids on
a Web site. It is both flexible and powerful, with
a rich set of features and an easy to use API for
the developer. OS3Grid works well with Mozilla
1.6+, Internet Explorer 5.5+, and FireFox.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-25 12:24
0.6

New methods "get_row_attrs()" and "set_row_attr()"
enable the developer to hide application specific
row attributes inside the row structure. These
attributes are always available and tightly bound
to the row, allowing the developer to implement
special features. See the example "Using OS3Grid
to Edit a Dataset" for an advenced demo. The new
method "get_col_attrs()" enables the developer to
inspect cell information.
標籤: Major feature enhancements

2005-06-06 16:09
0.5

This version of OS3Grid offers two new features:
the ability for the user to resize columns
interactively and column renderers to change
column data before it is output to the Grid. Also,
the new attribute "start_counter" will let the
programmer define which is the first row number to
be shown. This is just a counter, and all the rows
will be output as usual. The documentation has
been updated to cover these new features. Two new
examples have been added to show new OS3Grid
capabilities. CSS and examples have been updated
to work better on Internet Explorer.
標籤: Major feature enhancements

2005-04-25 12:36
0.4

This version focused on bugfixes and documentation enhancements. A blocking bug preventing the cell editing functions from working was fixed. Many small issues with Internet Explorer were also fixed. The documentation now covers all APIs and introduces the new styling system.
標籤: Major bugfixes

2005-04-13 17:13
0.3

Many new features were added, such as row
selection, event callbacks, row styles, and
customizable look. Some code cleanups and speedups
were done. Compatibility with IE was improved.
標籤: Major feature enhancements

2005-02-28 15:55
0.2

New methods include show_row_num() and
set_row_select(). A user now needs to double-click
on a cell to edit it. This allows both cell
editing and single cell selection at once. The
set_editable_size() method is now deprecated, and
no alternate way is provided because OS3Grid now
sets the right editable size automatically. Some
fixes were also made.
標籤: Major feature enhancements

Project Resources