It's all about the answers!

Ask a question

6.0.2 viewlet dojo How can I change the properties


Rafael Rodriguez Montes (23013109212) | asked Feb 16 '17, 9:58 a.m.

 Hello

I'm creating a custom widget based on plug in extension, 
I have this import 
dojo.require("dojox.widget.Calendar");
var Viewlet = com.ibm.team.dashboard.web.ui.Viewlet;
I have also 
dojo.declare("com.test.viewlet.web.CalendarViewlet", [Viewlet ,dojox.widget.Calendar],{}
but how can I set properties to calendar?

Be the first one to answer this question!


Register or to post your answer.