Wednesday, February 20th, 2008
Category: Dojo
, Widgets
<
p
>Tobias von Klipstein has created a
Dojo rating component that uses dojo.gfx:
This example should demonstrate a case, where geometric forms can be combined with other widgets and how simple it is to achieve a widget using vector graphics. dojox.gfx was a great help, because it prints the appropriate vector format for you (svg/vml/canvas) and the widget now works with ie, firefox and safari. I didn’t test other browsers, but it should also work, when it supports one of the above mentioned vector formats. The next will be to extend the approach of creating more geometric forms. Maybe there are some people out there, that have the ambition helping out.

You can see a series of tests of this in action to go along with Tobias’ work.
- 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...
- 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 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...
Pity it’s completely unusable with JS turned off.
Actually, Dojo are generally quite hot on accessibility aren’t they? Does this expose functionality to any accessibility APIs?
the rating widget linked at the bottom of the article is _not_ using the gfx, that is the standard dojo rating widget, which the gfx version is an extension of
@Robin: Dijits are all accessible; DojoX doesn’t have that same requirement, but it’s still a goal.