Changes between Version 1 and Version 2 of LINKS_COMMON_R0


Ignore:
Timestamp:
01/26/09 13:50:38 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LINKS_COMMON_R0

    v1 v2  
    66 
    77== 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.)^ 
     8The 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 
     10Events 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 
     20Frame states are: 
     21 * up(normal) 
     22 * over 
     23 * pressed 
     24 
     25Text states are: 
     26 * up(normal) 
     27 * over 
     28 * pressed 
     29 * visited 
     30 
     31Actions are listed in separated task [[wiki:LINKS_ACTIONS_COMMON_R0]] 
    932 
    1033== 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. 
    1237 
    1338== Task result == 
     
    1540 
    1641== Implementation idea == 
    17 ^(Provide some rough implementation idea(s).)^ 
     42It 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.). 
    1843 
    1944== Related == 
    2045[[wiki:LINKS_MANIPULATION_R0]][[BR]] 
     46[[wiki:LINKS_ACTIONS_COMMON_R0]][[BR]] 
    2147[[wiki:LINKS_ACTIONS_NAVIGATING_R0]][[BR]] 
    2248[[wiki:LINKS_ACTIONS_SHOWING_R0]][[BR]]