public void setAttributes(SchedulerDom dom, Element element, int type_) {
listener = new ScriptListener(dom, element, type_, update);
cboFavorite.setData("favorites", favorites);
if(type == Editor.MONITOR)
cboFavorite.setMenu(new ContextMenu(cboFavorite, listener.getDom(), Editor.SCRIPT).getMenu());
this.type = type_ ;
fillForm();
}