7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Nested ManyMany DOM Javascript Fix
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1000 Views |
-
Nested ManyMany DOM Javascript Fix

19 September 2009 at 11:01am
I was trying to get a Nested ManyManyDataObjectManager to work and I was getting a javascript error:
$(".DataObjectManager").livequery is not a function
Adding the following to the DataObjectManager_Popup constructor fixes it:
Requirements::javascript('jsparty/jquery/plugins/livequery/jquery.livequery.js');
-
Re: Nested ManyMany DOM Javascript Fix

19 September 2009 at 12:33pm
I believe I fixed that bug several revs ago. Make sure you're on the latest version.
| 1000 Views | ||
|
Page:
1
|
Go to Top |

