[PythonReports-devel] [ pythonreports-Feature Requests-1611603 ] linked boxes for body elements
Brought to you by:
a1s
From: SourceForge.net <no...@so...> - 2006-12-08 16:23:23
|
Feature Requests item #1611603, was opened at 2006-12-08 18:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=896379&aid=1611603&group_id=181233 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Format specifications Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: alexander smishlajev (a1s) Assigned to: Nobody/Anonymous (nobody) Summary: linked boxes for body elements Initial Comment: some of the printable elements in report templates would not have their own box definitions but instead use boxes from another printable elements of the same section. use case: rectangle drawn around a text field with aut-sized box. solution: each element in report template gets an optional attribute "id". all non-empty ids must be unique across the template. box elements get an optional attribute "refid". if refid is set, it's value must be an id of another box element in the same report section. for such boxes, all attributes except id and refid are ignored, and controlled element will be laid out using position and size of the referred box. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=896379&aid=1611603&group_id=181233 |