Title
Year
Votes
Rating
Rank
Category
The Shawshank Redemption
The Godfather
1994
1972
678790
511495
9.2
9.2
1
2
Thriller
Crime
The Shawshank Redemption
1994
The Godfather
1972
The Godfather: Part II
1974
The Good, the Bad and the Ugly
1966
Pulp fiction
1994
12 Angry Men
1957
The Webix UI library supplies over 40 fully customizable components to help you build interfaces of different kinds, nicely present data and work with it. There are also multiple controls and specific features to make your applications good-looking and user-friendly. All the components are objects made with the webix.ui() constructor where the type of the component is set by the 'view' property (the declarative syntax is available as well).

Layouts help you to organize your web page, define its overall look-and-feel. You can arrange the content in columns and rows, divide it into groups and control through navigation or animation.

Data components are used to present data of a specified type on the page. Such components manage the space allocated for their data and provide functionality for its access and configuration.

Context components let displaying spatial and temporal information on some user's action, such as click on a button or filling in a field.

Html-oriented components supply handy means for using habitual HTML elements in an application. There you can specify HTML templates, inline frames, forms etc.

Auxiliary components help you to complete the picture of your application, to add special features that can't be achieved with the standard set of components presented above.

Controls are mainly responsible for handling events since they enable user-app interaction by triggering functions attached to them. Note that any event can be attached to any component by referring to its ID.

UI extensions are helpful components that are mostly task-oriented and intended to accomplish a certain purpose. They are already quite configurable and need only initializing on the page to start serving.