問題は、テキストをタイムラインのボックスイベントに合わせたいということです。どうすればこれを設定できますか?
<p:layoutUnit id="center" position="center">
<pe:timeline id="timeline" value="#{pageController.tt.timelines}" eventStyle="box"
height="600px" width="100%" axisPosition="top" widgetVar="timelineWidget">
<p:ajax listener="#{pageController.tt.onEventSelect}" event="eventSelect"
update="mainpanel, locations, rooms, timeFrom, timeTo, colorpicker"/>
</pe:timeline>
</p:layoutUnit>
テキストの量に応じてテキストのフォントサイズが縮小される、または改行が自動的に行われるという動作を実装するにはどうすればよいですか?