使用 RappidJS 如何动态地将新元素添加到渲染的模板中
Using RappidJS how can I dynamically add new elements to a rendered stencil
我正在使用厨房水槽演示 (https://resources.jointjs.com/demos/kitchensink)
并查看文档
https://resources.jointjs.com/docs/rappid/v2.4/ui.html#ui.Stencil
我无法理解的是,如何将已经渲染的模板作为演示的一部分动态添加新元素?
我在想
var stencil = joint.ui.stencil(App.config.stencil);
在 stencil-service.ts 的内部,在 getStencilShapes[=10= 返回的对象中添加一个新项目]
我正在使用厨房水槽演示 (https://resources.jointjs.com/demos/kitchensink)
并查看文档
https://resources.jointjs.com/docs/rappid/v2.4/ui.html#ui.Stencil
我无法理解的是,如何将已经渲染的模板作为演示的一部分动态添加新元素?
我在想
var stencil = joint.ui.stencil(App.config.stencil);
在 stencil-service.ts 的内部,在 getStencilShapes[=10= 返回的对象中添加一个新项目]