-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fb asim 295 improve widget #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
|
||
:param str vertex_id: The id of the parent vertex. | ||
:param str port_name: The port's name to remove. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can add a test which at least ensures all api functions are covered? It can even test that the correct parameters are being passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Covering it like that is the idea of #11.
Sorry for the missing code.
""" | ||
Create an image tag that could be embedded into a table contents. | ||
|
||
The image's width and height and required since mxgraph will render the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent docs
83d9f87
to
b2a4f84
Compare
- Properly render collapsed tables (there was a bug causing table collapsing unusable); - Child tables are supported (they position is relative to a "parent" cell); - An helper to create image tags to be embedded into tables; - CSS class names changes to make them less prone to be miss interpreted;
No description provided.