Basics

W20 Components The W20 Components addon provides various UI components. Installation bower install w20-components Configuration To include the addon, declare it in the application manifest: "bower_components/w20-components/w20-components.w20.json": {}

Forms Forms

Forms are one of the most common element in a web application. The web framework provides support for forms building through programmatic configuration. Internally it relies on Angular Formly, an advanced library for managing forms with AngularJS. This approach reduces the amount of HTML in favor of JavaScript to provide flexibility, reusability, maintainability and simplicity. Forms Overview To display a form, we declare a form element with a unique child.

UI Select UI Select

Angular UI select Angular UI select is an AngularJS-native version of Select2 and Selectize. Configuration "bower_components/w20-components/w20-components.w20.json": { "select": {} }

UI grid UI grid

Angular UI grid Angular UI grid is a datagrid fully integrated with AngularJS. It is part of the AngularUI suite. Configuration "bower_components/w20-components/w20-components.w20.json": { "grid": {} }

4 element(s)

Filter