Cliff wrote:
So, anyone looked at dojo in the pass? If so, thoughts on it?
Could/would it replace our list tag? Make it better? Compatible licenses?
Nope.
The problem is that if you do not have JavaScript enabled, it will not
work => you usually will see blank space.
I used for one project 5 years ago TabPane:
http://webfx.eae.net/dhtml/tabpane/tabpane.html
I used it for tabs, which is useful if want to display lots of info on page.
The advantage of TabPane is that it use for most of its action CSS.
JavaScript is used only for switching tabs and to create layers. I.e.
even without Javascript you can see all information (although as long page).
In the same time I tried Mojo toolkit for displaying tooltips but had
compatibility problems with some browsers.
I would rather vote to not use Dojo and other complex toolkit and rather
use advanced CSS and some simple Javascript in the form:
<input type="button" value="Next Page"
on_click="change_values_using_simple_ajax">
So it will work without Javascript and is simple enough to avoid some
fancy toolkits.
Just my $0.02
--
Miroslav Suchy
Red Hat Satellite Engineering
_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel