Hufe921 / canvas-editor

rich text editor by canvas/svg
https://hufe.club/canvas-editor-docs
MIT License
3.43k stars 498 forks source link

控件验证规则相关需求 #671

Open 18311621453 opened 2 months ago

18311621453 commented 2 months ago

What problem does this feature solve?

需求: 1 填写的文本支持关联一项或者多项,关联的文本一处进行了修改,其他关联的地方动态修改 2 文档支持导出word格式 3 发现表单中填写的内容过长后下一页会被截断 4 部分控件可视化 5 必填项提交时需要提醒 4 页页支持横向排布

Requirements:

  1. Text entered should support linking to one or multiple items. Any modification made to a linked text should dynamically update other linked occurrences.
  2. Documents should be exportable in Word format.
  3. When filled content in the form exceeds the page length, the next page is truncated.
  4. Some controls should be visualized.
  5. Mandatory fields should trigger a reminder upon submission.
  6. Pages should support horizontal layout.

What does the proposed API look like?

none

Hufe921 commented 2 months ago
  1. 控件动态规则(新需求)
  2. 使用插件canvas-editor-plugin
  3. 表格分页建置顶issue
  4. 指的是”是否显示“?
  5. 规则验证接口(新需求)
  6. 页面排列方式:事件:https://hufe.club/canvas-editor-docs/guide/command-execute.html#executepaperdirection,配置:paperDirection?: PaperDirection

作者仅利用业余非工作时间维护此项目,暂不考虑有偿维护定制功能。

xiangyongjun commented 2 months ago

我可以做,Q827514947