JointJs动态显示端口
Display Ports Dynamically in JointJs
是否可以在 JoinJS 中以编程方式显示端口?这就是我想要做的。
- 使用 RappidJs。
- 不想在 Stencil 中显示端口。
- 将单元格放到纸上后显示端口。
我看到 API 的 addPort 和 removePort 但在隐藏/显示周围没有看到任何东西。
请尝试将端口不透明度属性设置为仅在拖放到纸上后才显示端口。
attrs: {
'.port-body': {
opacity: 1 // or 0
}
是否可以在 JoinJS 中以编程方式显示端口?这就是我想要做的。
- 使用 RappidJs。
- 不想在 Stencil 中显示端口。
- 将单元格放到纸上后显示端口。
我看到 API 的 addPort 和 removePort 但在隐藏/显示周围没有看到任何东西。
请尝试将端口不透明度属性设置为仅在拖放到纸上后才显示端口。
attrs: {
'.port-body': {
opacity: 1 // or 0
}