Changes between Version 5 and Version 6 of FRAME_TEMPLATES_R0
- Timestamp:
- 12/19/08 14:03:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_TEMPLATES_R0
v5 v6 25 25 * color 26 26 * opacity 27 Newly created frames are connected with frame templates (saved or default). Changing a property disconnects that property from the template. In later revisions this task should be connected with frame property locking - there will be properties that are not changeable. In this revision it is connected with [PAGE_TEMPLATES_R0]. 27 === Frame HUD === 28 * In the frame hud checkboxes "Use template" and "Lock" should be present for the following 29 * position 30 * size 31 * insets 32 * content 33 * border style 34 * shadow style 35 * background style 36 "Use template" resets the property to the template's value. This should be implemented in this task. [[BR]] 37 "Lock" prevents the property value from changing. This should be implemented in [wiki:FRAME_PROPERTY_LOCKING_R0] 28 38 == Task result == 29 The result of this task should be code. You should provide prototype of frame templating.39 The result of this task should be code. You should provide a prototype of frame templating. 30 40 == Implementation idea == 31 41 ^(It is advisable to include some rough implementations ideas.)^ … … 41 51 [wiki:FRAME_POSITION_R0] [[BR]] 42 52 [wiki:FRAME_SIZE_R0] [[BR]] 43 53 [wiki:FRAME_PROPERTY_LOCKING_R0] 44 54 == How to demo == 45 55 ^(In this section you must add instructions for the demo of the task.)^