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?
Never mind. It was a problem with my page not including SilkUI correctly. Rebuild the page, dropped this on, worked first time.