// w = y.ne.newAutoComplete(config).render();
// n.get("data");
}
else if (yuiWidget != null && yuiWidget.equals("calendar")) {
CalendarConfig config = CalendarConfig.create().contentBox(n).cast();
config = y.merge(config, nodeConfig).cast();
w = y.newCalendar(config).render();
}
else if (yuiWidget != null && yuiWidget.equals("panel")) {