Changes between Initial Version and Version 1 of TEXT_PARAGRAPH_CHAR_STYLE_R0


Ignore:
Timestamp:
02/06/09 15:49:42 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_PARAGRAPH_CHAR_STYLE_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TEXT_PARAGRAPH_CHAR_STYLE_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 == 
     8User should be able to edit character appearance in the entire paragraph, so we will integrate character settings hud inside paragraph settings hud as expanded state. User should be aware of what the two states are. For this purpose please add label next to expand/collapse button, that says "expand character setting" in collapsed state and "collapse character setting" in expanded state. 
     9 
     10== Task requirements == 
     11 * Create the two states and add character settings hud inside the expanded. 
     12 * Make the collapsed state default.  
     13 * This functionality should control every character appearance in the paragraph except link elements and already defined character styles. 
     14 
     15== Task result == 
     16 * The result should be code. 
     17 
     18== Implementation idea == 
     19 * Please review [[wiki:TEXT_PARAGPRAPH_FORMAT_COMMONS_R0]] and don't get in to conflict with implementation of it. 
     20 * Also look at the [[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]] and reuse as much as you can from this task and its sub tasks. 
     21 
     22== Related == 
     23[[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]][[BR]] 
     24[[wiki:TEXT_PARAGPRAPH_FORMAT_COMMONS_R0]][[BR]] 
     25[[wiki:TEXT_PARAGRAPH_ALIGN_R0]][[BR]] 
     26[[wiki:TEXT_PARAGRAPH_SPACING_R0]][[BR]] 
     27[[wiki:TEXT_PARAGRAPH_CHAR_STYLE_R0]][[BR]] 
     28[[wiki:TEXT_PARAGRAPH_NEXT_STYLE_R0]][[BR]][[BR]] 
     29 
     30[[wiki:DETACHED_TEXT_FRAME_EDITOR_R0]] 
     31 
     32== How to demo == 
     33 * Run the application 
     34 * Create a new book and place text frame inside 
     35 * Populate some lorem ipsum text inside with a number of paragraphs(lorem ipsum generator --> http://www.lipsum.com/)  
     36 * Select part of one of the paragraphs and convert it to link. 
     37 * Set focus in the same paragraph and edit character appearance from paragraph settings hud. 
     38 * Test to define custom character styles for some part of the paragraph and then change the common characters style again. 
     39 
     40= Design = 
     41^(Describe your design here.)^ 
     42 
     43= Implementation = 
     44^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     45 
     46= Testing = 
     47^(Place the testing results here.)^ 
     48 
     49= Comments = 
     50^(Write comments for this or later revisions here.)