Changes between Version 6 and Version 7 of TEXT_LINK_MANIPULATION_R0
- Timestamp:
- 10/20/09 15:29:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_LINK_MANIPULATION_R0
v6 v7 7 7 8 8 == Overview == 9 This task is focused on delivering link functionality inside text frame .9 This task is focused on delivering link functionality inside text frames. 10 10 11 11 == Task requirements == 12 12 * Create halo for text links which evokes HUD 13 * The halo should appear when text is selected 14 * When pressed it should evoke sa HUD (sample design for the HUD is added in the implementation idea below)15 * Because the text's link functionality is so similar to the frame's link functionalitythe HUDs could be almost identical with some minor differences.13 * The halo should appear when text is selected. 14 * When pressed it should evoke a HUD (sample design for the HUD is added in the implementation idea below) 15 * Since the text's link functionality is so similar to the frame's link functionality, the HUDs could be almost identical with some minor differences. 16 16 * The HUD for the text links must give the user possibility to change the coloring of the link. 17 17 * When text is converted to link, there must be a visual marker for that (at least changing the text color) … … 22 22 * Mouse pressed 23 23 * Mouse released 24 * The events are also similar to the events for regular links. However some new must be added:25 * Open URL24 * The actions are also similar to the events for regular links. However some new must be added: 25 * [Optional for this task] Open URL 26 26 == Task result == 27 27 The result of this task must be code.