Changes between Version 1 and Version 2 of LINKS_COMMON_R0
- Timestamp:
- 01/26/09 13:50:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LINKS_COMMON_R0
v1 v2 6 6 7 7 == Overview == 8 ^(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 The user should be able to add actions to the frames or selected text that are evoked via predefine events. Link is an aspect of the frame or text content that includes this actions and events. For some links there could be a separated parameter(for 'Open URL' the user should specified the URL). 9 10 Events are: 11 * Mouse Up 12 * Mouse Down 13 * Mouse Double Click 14 * Mouse Enter(Over) 15 * Mouse Leave(Out) 16 * Page Shows 17 * Frame Shows 18 * Frame Hidden 19 20 Frame states are: 21 * up(normal) 22 * over 23 * pressed 24 25 Text states are: 26 * up(normal) 27 * over 28 * pressed 29 * visited 30 31 Actions are listed in separated task [[wiki:LINKS_ACTIONS_COMMON_R0]] 9 32 10 33 == Task requirements == 11 Create environment 34 * Create environment that allows the development of all links related task(maybe a different module or step on existing frames infrastructure). 35 * Create links architecture (it will be nice to have centralized way of control over the links). 36 * Allow easy way of adding and removing links actions. 12 37 13 38 == Task result == … … 15 40 16 41 == Implementation idea == 17 ^(Provide some rough implementation idea(s).)^ 42 It may be a good idea to create separated module for links. Keep in mind that this module should communicate with other modules(For example the frame view is affected after a link is added, they could also control(play, pause) the timeline etc.). 18 43 19 44 == Related == 20 45 [[wiki:LINKS_MANIPULATION_R0]][[BR]] 46 [[wiki:LINKS_ACTIONS_COMMON_R0]][[BR]] 21 47 [[wiki:LINKS_ACTIONS_NAVIGATING_R0]][[BR]] 22 48 [[wiki:LINKS_ACTIONS_SHOWING_R0]][[BR]]