====== Feathers Extensions ====== ---- dataentry extension ---- author_mail : pol2095@free.fr pol2095 description : This project adds controls (Canvas, ColorPicker, Datagrid, PinchingControl, Tree, ViewNavigator, TabbedViewNavigator) to Feathers UI. # enter a short description of the extension compatible : v2.1 # the Starling version you tested the extension with tags : datagrid, color, feathers, pinching, row, sortable, tabbed homepage_url : http://pol2095.free.fr/Starling-Feathers-Extensions/ # if the ext. has an URL (e.g. a Gist-page), add it here ---- ===== Overview ===== This project add controls to Feathers UI : * **Canvas** control supports basic vector drawing functionality. * **CircleProgress** control displays the progress of a task over time. * **ColorPicker** control provides a way for a user to choose a color from a spectrum. * **DataGrid** control displays a row of column headings above a scrollable grid. The grid is arranged as a collection of individual cells arranged in rows and columns. The DataGrid control is designed to support smooth scrolling through large numbers of rows and columns. * **PinchingControl** that allows a pinch to zoom mechanic using the multitouch inputs of a mobile device. * **ViewNavigatorApplication** adds persitence manager and swipe views (or screens to navigate in the history of views) to feathers.controls.StackScreenNavigator. * **TabbedViewNavigatorApplication** allows persitence manager, swipe views or swipe navigators and drag tabs. * **Toaster** provides simple feedback about an operation in a small popup. * **Tree** control lets a user view hierarchical data arranged as an expandable tree. Each item in a tree can be a leaf or a branch. A leaf item is an end point in the tree. A branch item can contain leaf or branch items, or it can be empty.