Hufe921 / canvas-editor

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

标题不可删除属性 #670

Closed bettersoft123 closed 1 month ago

bettersoft123 commented 2 months ago

What problem does this feature solve?

1:executeInsertTitle这个方法,能否对本身的标题增加deletable的属性,由这个属性来控制是否可以被删除。control有这个属性,其他好像没发现有这个属性,这个功能很实用。 2:表格能否在表单模式下,可以增加空行,删除空行,因为护理单是可以增加记录的,在表单模式下就没法增加行,可以增加个属性来控制。

What does the proposed API look like?

如上

Hufe921 commented 2 months ago
  1. 标题不可删除功能可以加
  2. 特殊要求就不要使用表单模式了