In article <mailman.3433.1248109750.8015.python-l...@python.org>,
D'Arcy J.M. Cain <da...@druid.net> wrote:
>On 20 Jul 2009 09:00:33 -0700
>a...@pythoncraft.com (Aahz) wrote:
>>
>> Out of curiosity, are there any JavaScript toolkits that generate code
>> that degrades gracefully when JavaScript is disabled?
>
>I understand what you want but I can't see how a toolkit can do that.
>How do you program "graceful?"  It seems pretty application specific.

Presumably the JS toolkit generates both code and HTML.  Actions that
normally get executed by JS should degrade to plain HTML links and form
submits (or possibly not display at all if it's a pure convenience).
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The volume of a pizza of thickness 'a' and radius 'z' is
given by pi*z*z*a"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to