Tuesday, September 26th, 2006
Category: Component
, Dojo
<
>p
>Marius Hanganu has created a
Spreadsheet widget for Dojo with the features:
- Based on Toolbar and TabContainer widgets
- Keyboard cell navigation
- Column, row resizing
- Cell, column and row selection
- Cell formatting (font, font size, bold, italic, underline, color, background color)
- Sheet management (rename, delete, new)
- Functions (22 math functions, 6 string functions)
This is an early release, and it will get flushed out in the future.

- Hot skills: Dojo encourages Ajax innovation
What is it? In April 2006, a reviewer provided a round-up of 50 different Ajax frameworks and toolsets - and the number has certainly increased since...
- IBM goes open source with Ajax
IBM is partnering with the Open Source Dojo Foundation in its quest to improve Ajax development. Big Blue also donated code to Dojo to help jumpstart...
- EGL Rich UI on IBM i: Do you Dojo?
Taking advantage of the Rich UI features of EGL architecture on the AS/400 can save you time and complexity. Rich internet applications can be...
- Sun gets serious about Ajax
Sun Microsystems Inc. demonstrates a commitment to Ajax with its new involvement with to alliances working on Ajax technology, the OpenAJAX Alliance...
- Ajax everywhere: Which framework to choose?
Writing and debugging Ajax, a JavaScript- and XML-driven development technique, can be difficult. In this tip, an expert introduces several frameworks...
[記事リンク]ã‚‚ã£ã¨ã‚‚人気ã®ã‚ã‚‹AJAX言語ã¯? フレームワークã¯?
[記事リンク]ã‚‚ã£ã¨ã‚‚人気ã®ã‚ã‚‹AJAX言語ã¯? フレームワークã¯?
Warning: in Mac OSX all browsers crash opening the spreadsheet!
Dojo Spreadsheet Widget
Dojo Spreadsheet Widget
Jelle: Can you be more specific? It works for me on Firefox 1.5.x on Mac OS X 10.4.7. It does lock up the UI thread for a bit when it firsts loads.
I tested it with FF 1.5.0.x and IE 6.0 on Windows XP. Tested a bit sometime ago on FF on Linux and seemed to work back then.
Site does not appear to be up. Anyone have an alternate location?
Ben: Mac OS X v10.4.6, Firefox 1.5.0.3.
I guess the lock up is just a permanent state for my powerbook ;-)
I have had a similar problem when I built the spreadsheet basics of the tool I’m currently developing. I built the spreadsheet using Javascript to manipulate the DOM, which caused severe speed problems when adding large amounts of cells. I then switched to adding cells by using document.write() (unfortinately I had to) which speeded things up.
However, I’ve never had to wait this long…
We’ve mirrored the location for the spreadsheet widget. It should be accessible now:
http://blog.tremend.ro/2006/09/25/spreadsheet-dojo-widget/
Instead of adding cells through dom or d.write(), XSLT in the browser has much better performance, check out XML.com, they have an article about it.
Hm,
IE 6: FATAL: XMLHTTP not available
Fx 1.5: Hanged, had to kill it via the task manager.
This is on Windows 2000.
[...] Functions (22 math functions, 6 string functions)This is an early release, and it will get flushed out in the future. Source: Link to Dojo Spreadsheet Widget More sexy goodness on the widget front from Dojo. September 26th, 2006 [...]
Nice try… Too bad it doesn’t work.
[...] 출처: Ajaxian [...]
Can any body have an idea how we can populate data from JSP to Spredsheet widget and vice-versa.