bom dia galera… alguem pode me dar uma força, to tentando colocar as tags do tomahawk em uma tabela mas com isso não esta sendo permitido, a agenda desconfigura tudo.
se alguem poder me ajuda, por favor…
<t:div style=“position: absolute; left: 250px; top: 230px; right: 460px;”>
<t:schedule value="#{agendahandler.model}" id=“agenda” rendered=“true” visibleEndHour=“19” visibleStartHour=“8” workingEndHour=“24” workingStartHour=“7” readonly=“true” theme=“evolution” tooltip=“true” />
</t:div>
<t:div style=“position: absolute; left: 800px; top: 230px; width: 250px; overflow: auto”>
<h:panelGrid columns=“1”>
<t:inputCalendar id=“navegadoragenda” value="#{agendahandler.model.selectedDate}" />
</h:panelGrid>
</t:div>