Changes between Version 3 and Version 4 of PAGE_TEMPLATE_BEHAVIOUR_R0


Ignore:
Timestamp:
12/19/08 13:04:24 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_TEMPLATE_BEHAVIOUR_R0

    v3 v4  
    2020   * opacity 
    2121   * thickness 
    22 These should be saved. When a property is changed, it detaches from the template. In a later stage probably a template editor should be present. 
     22 * Frame list - List of frames in current page. In this revision deleting a frame from a page with template applied may not be possible. List should be like  
     23{{{ 
     24<template list> + <modifications> 
     25}}} 
     26Modifications are +frame, -frame, etc, but removing a frame from the template and messing with z-order should be done in later stage. 
     27 * Templates should be saved. When a property is changed, it detaches from the template. In a later stage probably a template editor should be present. 
     28In frame HUD a checkbox "Use template" should be present for frame position, background style, border style, frame list. 
     29 
    2330== Task result == 
    2431The result of this task must be code.