From fab683a592df1646a2c1ca58cd18637a2777dc46 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 3 Jul 2012 23:41:35 +0200 Subject: [PATCH] update about --- readme/index/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/index/about.html b/readme/index/about.html index 59bf67bb..c2611820 100644 --- a/readme/index/about.html +++ b/readme/index/about.html @@ -10,7 +10,7 @@

UI framework

-

Then there are modules, most notably Ox.UI, which makes it super simple to write complex, desktop-class web applications for HTML5-compliant browsers. Ox.UI has tons of highly customizable and fully themable widgets: all the form elements you ever wanted, menus that actually work, resizable panels and dialogs, lists and tables that can hold millions of items, maps and calendars done right, a feature-rich video player, and lots more. These widgets allow you to focus on your application and argue less with the DOM. And if you need to, each widget provides the exact same API as a jQuery-wrapped DOM element. But Ox.UI also provides the logic to bring these pieces together, including custom events, keyboard focus, remote API discovery and client-side URL handling. As long as your backend speaks JSON, it doesn't have to speak any HTML whatsoever.

+

Then there are modules, most notably Ox.UI, which provides a simple but flexible model to write complex, desktop-class web applications for HTML5-compliant browsers. Ox.UI has tons of highly customizable and fully themable widgets: all the form elements you ever wanted, menus that actually work, resizable panels and dialogs, grid and table views that can hold millions of items, maps and calendars done right, a feature-rich video player, and lots more. These widgets communicate via built-in events, they can be extended or recombined to form new widgets, and, above all, they allow you to focus on your application and stop arguing with the DOM. And if you need to, each widget comes with the exact same API as a jQuery-wrapped DOM element. But Ox.UI also provides the logic to bring these pieces together, including custom events, keyboard focus, remote API discovery and client-side URL handling. As long as your backend speaks JSON, it doesn't have to speak any HTML whatsoever.

Other modules