[[BackLinksMenu]]

[[TicketQuery(summary=GROUP_PLAIN_AND_RTF_RESOURCES_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]]

= Analysis =
== Overview ==
The user should be able to insert Plain text and RTF as resources in a book. For this revision only plain text is needed.
 * When inserted, the resource should create a frame on the existing page with it's content.
== Task requirements ==
 * Provide Text document in the Insert menu
 * Provide a file dialog for text files (*.txt)
 * Provide RTF document in the Insert menu
 * Provide a file dialog for RTF files (*.rtf)
 * Make sure the book with inserted plain and rtf resources is saveable.
== Task result ==
Code

== Implementation idea ==
See TEXT_RESOURCE_HTML_R0

== Related ==
TEXT_RESOURCE_HTML_R0

== How to demo ==
 * Insert a plain text
 * Insert a RTF file
 * Save and reload the book
= Design =
^(Describe your design here.)^

= Implementation =
^(Describe and link the implementation results here (from the wiki or the repository).)^

= Testing =
^(Place the testing results here.)^

= Comments =
^(Write comments for this or later revisions here.)