-
Notifications
You must be signed in to change notification settings - Fork 41
Add new KB - Creating TableCells with GoToAction and UriAction #300
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
Add new KB - Creating TableCells with GoToAction and UriAction #300
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.
It apers to be unfinished. Did you forget to save it?
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
The comments are resolved with the new commit. |
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.
It would be nice to include the component name first thing in the .md file name. This way, it would be easier to visually see at least the component in the list of KB files.
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
knowledge-base/creating-tablecells-with-gotoaction-and-uriaction.md
Outdated
Show resolved
Hide resolved
I have updated the requested changes. |
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.
There are two identical files - one with the old name and one with the new one
## Description | ||
|
||
With the PDF format, each content element has a specific position, and in some cases, each character is positioned separately. PDF standard does not have any information about tables as well, once exported the tables in the document are represented by lines and text fragments. | ||
For this reason we use Action which defines the behaviour for an annotation. And annotation element associates an object with a location on a RadFixedPage. |
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.
I am still not sure I can understand why actions are needed and what this example shows from the description.
the file with the old name is deleted |
Add new KB - Creating TableCells with GoToAction and UriAction