Question Maik Gode · Apr 7, 2021 Add div programmatically to th-element after refreshContents() Hey community, I want to create my own table resizer. I know that there are some plugins that are doing exactly this but I would like to create my own one. :) I have created a function, which is called in the onloadHandler and which append a div to each th-element of a given table. The method looks like this: function initializeTableFeatures(){ #HTML #Caché 0 1 0 216
Question Maik Gode · Dec 2, 2020 Trigger UnitTests programmatically in a cls file Hey all, I am currently working on a website (with Angular) for displaying the results of UnitTests. Everything is working fine, except that I can not run a test inside a ClassMethod. I have 2 classes: One for handling which test class should be invoked and then a test class that is extending %UnitTest.TestCase The test class: #Testing #Ensemble 0 1 0 233
Question Maik Gode · Jul 16, 2020 Error after cloning docker project from GitLab I am currently working with docker for the first time the last month. I created a project with these 2 images: https://hub.docker.com/_/intersystems-iris-data-platform (for backend) https://hub.docker.com/_/nginx (for frontend) My docker-compose.yml looks like this: #Docker #InterSystems IRIS 0 3 0 380
Question Maik Gode · Jun 30, 2020 InterSystems IRIS Data Platform Container changePassword not working Hey, I am pretty new to Docker and everything around that. I installed the container image from DockerHub and followed the instructions (https://hub.docker.com/_/intersystems-iris-data-platform/plans/222f869e-567c-4928-b572-eb6a29706fbd?tab=instructions). Everything is working fine except for the part where I want to change the default password. #Containerization #Docker #InterSystems IRIS 0 1 0 371