1
Realtime Live / How to Customize Today's Report on Call Statistics
« on: May 21, 2008, 09:54:09 »
Hi,
I manage to write a simple JSP to display Total Answered Calls and Total UnAnswered Calls in one page using jsp. But the display of the number is too small . I am using T.render(). This is the code which I used
T = doOk.dispatch( CallOkDO.ANSWERED_CALLS_BY_QUEUE );
out.println(T.render());
Is there a way to customized the HTML display ? (to make the number display in a larger font?)
Thanks,
Stephen
I manage to write a simple JSP to display Total Answered Calls and Total UnAnswered Calls in one page using jsp. But the display of the number is too small . I am using T.render(). This is the code which I used
T = doOk.dispatch( CallOkDO.ANSWERED_CALLS_BY_QUEUE );
out.println(T.render());
Is there a way to customized the HTML display ? (to make the number display in a larger font?)
Thanks,
Stephen