Replies: 1 comment
-
Still, It's technically very hard to implement. I'll explain a bit of code to you. You need to be familiar with Preact. It's rendering all-day events by calculating the absolute height of each event. and the height is fixed (22px,
tui.calendar/apps/calendar/src/css/events/grid.css Lines 1 to 9 in 29a095d The body of the event uses So you can change the CSS not to handle text overflow and remove fixed height. but removing fixed height will break the entire layout. |
Beta Was this translation helpful? Give feedback.
-
Hello, i would like to do a multiline event in the calendar as suggested by sriramramaswami
in this topic #1078
Like illustrated with this picture :
https://user-images.githubusercontent.com/8266445/162788443-7fe214a3-4f56-40e4-87b5-83a942f43558.png
I'm looking to do multiline event description.
I know that its not planned to address this problem, but i would like to know if i can do myself a workaround.
do you know where this height is defined (hardcoded into the JS or on the CSS maybe ??
if i make something interesting i would propose it as a merge request :)
Thanks !!
Beta Was this translation helpful? Give feedback.
All reactions