IBM RTC 6.0.3 Custom viewlet dojo, defining format and size and customized widget.
![](http://jazz.net/_images/myphoto/c5c63e07c891d800a843ea061329c901.jpg)
Hello,
I'm using this libraries for a custom widjet:
dojo.require("com.ibm.team.dashboard.web.ui.Viewlet");
dojo.require('dojo.parser');
dojo.require("dojox.widget.Calendar");
dojo.require('dojox.widget._CalendarView');
dojo.require('dijit._Templatedw');
but I have folloed the examples provided by Dojo page and seems like is not taking the parameters of size and format, is there any clear example about creating widgets with dojos customized?
Thanks