hi im trying to use the context menu to open a popup to create a new event
i can get the date but cannot get the resource id or column id to populate
below is the code im using
i have tried e.resource without brackets i get undefined and with the brackets i get nothing populating
i get the date ranges populating and also if i use it over a current entry the current entry id
Comment posted by anwar 12 years ago.
im getting this java error
SCRIPT438: Object doesn't support property or method 'resource'
when i do a javascript debug
i get stuck on the method below
function onclick()
{
var e = this.parentNode.event || this.parentNode.selection; var command = ''; openPopup(e.start(e), e.end(e), e.resource(e));; return false;
}
Answer posted by anwar 12 years ago.
its fine i managed to use postscript method e.command to populate the javascript from behind code and use e.resource
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.