JSPM

  • Created
  • Published
  • Downloads 112
  • Score
    100M100P100Q77406F
  • License Apache-2.0

Display and edit data object's properties with standard or custom editors in a data fill-in form.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nativescript-ui-dataform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    NativeScript UI DataForm

    Overview

    The NativeScript UI DataForm plugin provides an easy and versatile approach for building mobile forms based on a provided data object's public members. Use DataForm to:

    • Bind a form to a data object with a single line of code;
    • Take advantage of more than 15 built-in editors (or provide your own custom editor);
    • Create groups of editors, allow them to be collapsed and style them;
    • Display a form in ReadOnly mode;
    • Take control over collected data with built-in data validation - use a provided validator or create a custom one.

    Installation

    In Command prompt / Terminal navigate to your application root folder and run:

    tns plugin add nativescript-ui-dataform

    Documentation

    To use the DataForm plugin, you need to add an instance of RadDataForm and bind the source property to your business object that you want to edit with the form. More information is available in the Guides for:

    API Reference

    Here is the API Reference section.

    Sample Apps

    The features of the plugin are demonstrated in the Sample apps for:

    Release Notes

    The release notes are available here.

    Get Help

    Please, use github issues strictly for reporting bugs or requesting features.