| Issue 269: | Cell element, width correction and other things | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Hi Adam,
I've introduced a new structure in agenda cell row.
Your structure was:
<tr><td><div> </div></td></tr>
where each row is a time slot, and inside "<div></div>" will be rendered
day events.
Now I've introduced a more complex structure:
<tr><td>
<div>
<table class="fc-rowtable"><tr class="fc-rowrow"><td class="fc-rowcol">
(for each day)</td></tr></table>
</div>
</td></tr>
As you can see now is possible to add, i.e., hover event for cell via css
or any other control on single cell.
I've modified events (click) to match the new structure.
There's only a small changes in CSS in order to maintain the same height
as timeslot.
Another issue report that an agenda view without scrollbar breaks header
alignment, now this is correct.
In the files attached you can find source code modified from rel 1.4.3,
any changes are commented with "// BC" or "// BC -- start" and "// BC --
end".
In the file attached are present other 2 improvements: dblClick and
forceUpdateOnChange.
The first one is an event triggered on dblClick (i.e. on a calendar
event), the second one force json reload on every change (day, month,
view, etc).
Is the second one present in the last release via other parameter?
Thank in advance
Nicola
Jan 19, 2010
Project Member
#1
adamrs...@gmail.com
Jan 19, 2010
Issue 270 has been merged into this issue.
Feb 6, 2010
i everything has been addressed either here or in other issues. closing
Status:
Done
|
|
| ► Sign in to add a comment |