Changes between Initial Version and Version 1 of FRAME_TITLE_R0


Ignore:
Timestamp:
02/20/09 03:15:52 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_TITLE_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=FRAME_TITLE_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|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 
     9 Add a title property to frames.  Allow for editing the title via a info halo.  Other places the title could later be edited include any structure editors, such as a page structure editor.  The title will be used when lists of frames are displayed.  Display the title as a tooltip when the cursor has hovered over the frame for the default tooltip time. 
     10 
     11== Task requirements == 
     12 
     13 * Add a Info Halo 
     14 * Add a info hud for the halo 
     15 * Add a text field with label "Title:" 
     16 * Display the title as a tooltip when in author mode and the cursor has hovered over the frame 
     17 
     18== Task result == 
     19 
     20The result of this task is code 
     21 
     22== Implementation idea == 
     23 
     24 * Use a white i inside a blue circle for the halo icon 
     25 * Default the title DISPLAY to "<FRAME_CONTENT_TYPE> Frame <ID>" 
     26  * The ID could be resource ID for the frame 
     27  * You might not want to actually set the title by default, just generate a value on the fly.  This would cut down on book size and not use space unless the author sets an explicit frame title 
     28  
     29== Related == 
     30 * [SCENE_COMMONS_R2] 
     31 
     32== How to demo == 
     33 
     34 * Demo setting and displaying the frame title 
     35 
     36= Design = 
     37^(Describe your design here.)^ 
     38 
     39= Implementation = 
     40^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     41 
     42= Testing = 
     43^(Place the testing results here.)^ 
     44 
     45= Comments =