Changes between Version 16 and Version 17 of FRAME_TEMPLATES_R0


Ignore:
Timestamp:
01/15/09 17:02:13 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_TEMPLATES_R0

    v16 v17  
    6363= Design = 
    6464 * Create a class !TemplateField in the org.sophie2.base.model.book. This class will be used for properties that have value - calculated by the template, own value, and locked value. 
     65 * Class Frame 
     66  * Create Frame value property template() which will show which the template of the Frame is. 
     67  * Create !FrameContent auto property content() which will show the content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. 
     68 * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. 
     69 * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. 
     70 * Create !TemplateField properties 
     71  * contentSize() 
     72  * contentBounds() 
     73  * contentLocation() 
    6574 
    6675= Implementation =