| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| entry/ | 12-May-2024 | - | 571 | 446 | ||
| screenshots/device/ | 12-May-2024 | - | ||||
| .gitignore | D | 12-May-2024 | 121 | 8 | 8 | |
| README.md | D | 12-May-2024 | 498 | 14 | 7 | |
| README_zh.md | D | 12-May-2024 | 890 | 27 | 14 | |
| build-profile.json5 | D | 12-May-2024 | 1 KiB | 43 | 41 | |
| hvigorfile.js | D | 12-May-2024 | 174 | 2 | 1 | |
| package.json | D | 12-May-2024 | 372 | 19 | 18 |
README.md
1# User Registration 2 3### Introduction 4 5This sample describes how to use basic components for Feature Ability (FA) applications developed with JavaScript, including usage of text boxes, date pickers, radio buttons, drop-down lists, and common buttons. 6 7### Usage 8 9Enter the name, select the date of birth, gender, and education, and touch **register**. A message is displayed, indicating that the registration is successful. 10 11### Constraints 12 13This sample can only be run on standard-system devices. 14
README_zh.md
1# 用户注册 2 3### 简介 4 5本示例通过用户注册案例来展示 JS FA 应用基本控件的使用,包括文本输入框,日期选择控件,单选按钮,下拉菜单和普通按钮等。实现效果如下: 6 7  8 9### 相关概念 10 11页面路由:页面路由需要在页面渲染完成之后才能调用,在onInit和onReady生命周期中页面还处于渲染阶段,禁止调用页面路由方法。 12 13弹窗:文本提示框。 14 15### 相关权限 16 17不涉及。 18 19### 使用说明 20 21按要求输入姓名,选择出生日期、性别、学历,点击**register**按钮,提示success注册成功。 22 23### 约束与限制 24 251.本示例仅支持在标准系统上运行。 26 272.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。