Skip to content

编辑器生成表单之后,最终的形态是什么? #4

Answered by janryWang
dahui4dev asked this question in Q&A
Discussion options

You must be logged in to vote

有了编辑器,可以可视化的搭建表单页面,当吧表单页面搭建好之后,这个搭建好的表单将以何种形态在前端展示?

分以下几种情况:

  1. 保存:将表单的 schema 直接保存,使用的时候直接将 schema 应用于 <Field schema={schema}>;
  2. 发布:将搭建好的表单 schema 提交后端,后端可通过提交的 schema 构建好表单页面(这个可以是纯 html、或者 js),返回给前端展示;

不知道规划中的使用方式是哪种?或者是其他的形态。

其实就是个JSON Schema生产器而已,没啥特别的形态

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@janryWang
Comment options

@dahui4dev
Comment options

@dingyanqiang
Comment options

@jinphen
Comment options

@simdd
Comment options

Answer selected by dahui4dev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants