142
Views
1
Comments
[jQuery UI Drag and Drop and Sort] Conflict between jQuery UI and Web Patterns
Question

I've got this component working beautifully to create a Kanban style board.  Really perfect.

However, when I then try to use a Web Pattern, in this case Modal, I get nothing but javascript errors.  For instance:

Uncaught ReferenceError: SilkUI is not defined
    at Modal.en.js?14519:51

Invoking the Modal by clicking on a button, generates the Outsystems platform error:

An exception occurred in the client script. Error: Cannot read property 'toggleModal' of undefined

Do you have any idea how I could resolve this?

2025-10-03 10-10-01
Steve Dalgleish

Never mind.   It was a problem with my page not including SilkUI correctly.  Rebuild the page, dropped this on, worked first time.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.