You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the timeline options eidtable.updateGroup to false does what it is supposed to as I understand it, in that items can no longer be draggable to other groups, which is great. This is exactly the functionality I'm looking for, so I was excited when I found that option.
However, I also need to allow the items to call the onUpdate function when they're double clicked, and it appears that setting editable.updateGroup to false means onUpdate is no longer called.
I have a jsfiddle. You can see that dragging items within a group works fine, and they can't be dragged outside of the group. They also cannot be double clicked (which will alert 'hi').
If you change the updateGroup toggle to true, the supplied onUpdate function will start working again.
Setting the timeline options
eidtable.updateGroup
tofalse
does what it is supposed to as I understand it, in that items can no longer be draggable to other groups, which is great. This is exactly the functionality I'm looking for, so I was excited when I found that option.However, I also need to allow the items to call the
onUpdate
function when they're double clicked, and it appears that settingeditable.updateGroup
tofalse
meansonUpdate
is no longer called.I have a jsfiddle. You can see that dragging items within a group works fine, and they can't be dragged outside of the group. They also cannot be double clicked (which will alert 'hi').
If you change the
updateGroup
toggle totrue
, the suppliedonUpdate
function will start working again.Here's the fiddle.
The text was updated successfully, but these errors were encountered: