1 Post
Lois Lane
9 years ago
1
Topic

Hi

I am displaying a list of items (actually just the item images) in a module. I have linked the images to "View" and added the class "modal", so that the whole item should display in a modal window when you click on an image in the list. Unfortunately, the modal window is empty, and I get this error report:

TypeError: Argument 1 of Node.contains does not implement interface Node.
http://localhost/karrierecoach.dk/media/system/js/modal.js
Line 15

this.toggleOverlay(!0);this.fx.overlay.start(this.options.overlayOpacity);return this.reposition()},applyContent:function(a,b){if(this.isOpen||this.applyTimer)this.applyTimer=clearTimeout(this.applyTimer),this.hideContent(),a?(this.isLoading&&this.toggleLoading(!1),this.fireEvent("onUpdate",[this.content],20)):this.toggleLoading(!0),a&&(["string","array"].contains(typeOf(a))?this.content.set("html",a):a!==this.content&&this.content.contains(a)||this.content.adopt(a)),this.callChain(),this.isOpen?

I would be really happy if any of you could solve this for me :)

Best regards, Lois

Get a Book for SEBLOD
693 Posts
rpoy
9 years ago
0
Level 1

Hi Lois,

Welcome to the SEBLOD forums.  Please take a moment to review the documentation in the Manuals section.It would also be helpful for you to be familiar with the SEBLOD storage methodology in this tutorial and videos.

Does your search type work if its just linked to a menu item?  Are you using any special templates?

thanks,

Randy

Get a Book for SEBLOD