Changes between Version 1 and Version 2 of TEXT_LINK_TRIGGERING_R0
- Timestamp:
- 02/06/09 17:26:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_LINK_TRIGGERING_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 User should be able to convert in to link selected text. When a text is selected there should be a button in text halo menu that allows user to evoke links hud and to convert this text to a link. Also predefined text link style is applied(to all states that are available). 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Provide functionality that allows selected text to be converted in to link. 12 * Define text link style. 13 13 14 14 == Task result == … … 16 16 17 17 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 18 * Get familiar with [[LINKS_COMMON_R0]]. 19 19 20 20 == Related ==