forked from vitmalina/w2ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed age and date functions, added unit tests
- Loading branch information
Showing
3 changed files
with
82 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Tasks: | ||
|
||
при выделении рэнжа нужно событие когда рэнж выделился | ||
|
||
--- | ||
|
||
Building Data Intensive UI in JavaScript with W2UI | ||
|
||
UI is one of the most important aspects of your web application, as often your entire applications will be judged by how | ||
it looks and feels to the end user. There are a number of options when it comes to building a desktop-like web application, | ||
but there is a big dilemma. All of the options are either proprietary solutions like ExtJS and KendoUI or mismatched sets of | ||
open-source libraries that do not always play nicely together. | ||
|
||
W2UI intends to fill this gap by providing a complete, minimal set of UI widgets to build your next data intensive web app | ||
and enjoy doing it. In this talk I will overview available options, talk about pros and cons of various UI solution for data | ||
intensive web apps and demo how to use W2UI to build a compelling web application that looks and feels as it was a native | ||
desktop application. | ||
|
||
http://w2ui.com/web/blog | ||
http://davidwalsh.name/html5-input-types-alternative | ||
|