Peng Xiang
Results
42
issues of
Peng Xiang
📝 新功能/改进描述 在 htmlpanel 类型的自定义组件中获取对话框(dialog)的 api 对象,以便在自定义组件(如当前通过 htmlpanel 渲染的 select 下拉框)的交互过程中,直接调用对话框 api 提供的方法(如 setData、getData),实现自定义组件状态与对话框核心数据的实时同步。 🫶 动机 当前代码中,htmlpanel 内的自定义 select 组件通过 onChange 事件监听值变化,并通过外部变量 dialogData 间接同步数据到对话框。但由于 dialog api(即对话框实例的控制对象)未在 htmlpanel 的 onInit 生命周期中直接暴露,导致以下问题:...
type: feature
1. Initialize the TinyMCE editor and insert the following content through the custom plugin: ```html 选项1 ... 选项10 Place the cursor inside the and press Enter to wrap the line....
type: bug