Bug #3942
closedReport Designer - add/edit item labels
0%
Description
Now that we have Items dragging around on the report, we should be able to add labels to them:
-Drag a label item from the list on the left to a location relative to the Item already on the report (N/S/E/W).
-Show a text area for users to enter the text.
-That text become the ItemLabel text for that label with the given position.
Related issues
Updated by ben leinfelder over 15 years ago
to clarify: we're already handling this in from the RIO side of things...just need to put it in the UI for the user to interact with.
Updated by ben leinfelder over 15 years ago
- Bug 3956 has been marked as a duplicate of this bug. ***
Updated by ben leinfelder over 15 years ago
some more comments from my dupe:
---
An Item Label should be dragged to an existing ReportItem.
1. The label provides a text area for editing the label.
2. The label's properties will include its position relative to the Item and
also whether it should be repeated in cases where there are more than one
ItemValues per Item.
For the "first pass" of this, just implement a simple label without worrying
about configured positioning (#1 above)
Updated by ben leinfelder over 15 years ago
we definitely need labels for the items
Updated by debi staggs over 15 years ago
A custom panel for a dynamic report item has been created that provides text fields in the North, South, West, and East positions around the icon, but the content of the fields is not yet being added correctly to the report model.
Updated by debi staggs over 15 years ago
We can add the labels, but there is a bug with the labels and the model not being in sync.
Updated by debi staggs over 15 years ago
This bug has been fixed, and is now working.