-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提供一个布局编辑器,用于通过可视化的方式生成一个页面布局 #802
Comments
输入参数blocks提供一个输入属性blocks,定义为
unitLength
单位长度,默认值是8px,支持双绑。提示:通过修改这个值可以模拟放大缩小的效果 |
输出事件change定义为
在编辑器发生了变化后,发出此事件,事件带上由product生成器生成的html代码片段。下游系统监听此事件,并取出生成的html代码片段继续工作。 select定义为
用户在编辑器上选中了某个(些)物体后,发出此事件。 |
方法本组件自身不提供编辑工具栏,应用自行提供UI入口,通过调用本组件的这些方法实现工具栏的功能。 对齐用于用户选中多个物体时,对他们进行对齐。第一版暂不实现,后续通过迭代逐渐支持这些方法。
排列用于用户选中多个物体时,对他们的位置重新排列。第一版暂不实现,后续通过迭代逐渐支持这些方法。
|
编辑过程画布上需要加上 拖过来的物体,必须包含如下的参数,其中
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
界面原型
The text was updated successfully, but these errors were encountered: