-
Notifications
You must be signed in to change notification settings - Fork 0
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
insertTableElement method #38
Comments
A TableElement must be a child of a ParagraphElement. Make sure you use TLF in https://github.com/apache/flex-tlf All changes in this repo were merged into that and are included in the latest release of Apache Flex. This repo is outdated. |
I'm also not sure that If it does not work, I'd suggest filing a JIRA for Flex. https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=44&projectKey=FLEX If you figure out how to fix it (assuming it's broken) pull requests to TLF are welcome. |
"A TableElement must be a child of a ParagraphElement" "I'm also not sure that IEditManager.insertTableElement was ever properly tested. It might not work." "If it does not work, I'd suggest filing a JIRA for Flex. " "If you figure out how to fix it (assuming it's broken) pull requests to TLF are welcome." |
How to use TLF Table with (textFlow.interactionManager as IEditManager).insertTableElement ?
Gives me the following exception: ArgumentError: NewElement not of a type that this can be parent of. TextFlow
cannot own table
The text was updated successfully, but these errors were encountered: