mkgn
mkgn
I am using XL Mapper version 5.2.352 with .Net core 5. Since my data structure can contain varying number of columns I have those data arranged in a collection of...
Trying to send an email using a template. Email.DefaultRenderer = new RazorRenderer(); data = new { FormReference = "7AM2TOVMSO", ClientReference = "E91XPU0UDC" } var email = Email.From("[email protected],"xxx name") .To(recipient) .Subject("form...
I am using AdminLTE theme and only need left navigation menu links to work with PJax. So I have below PJax configuration set var pjax = new Pjax({ elements: "a.js-pjax",...
I am using the grid to add other components as widgets (ex:- calendar, video , image etc.). The issue is every time grid is updated (ex:- adding/removing widgets) all my...
I am trying to use this for a survey tool. I want to limit the questions a user can add to form. For example, If I set a limit of...
### Description: form-builder.min.js doesn't work with CSP without unsafe-eval ### Environment Details: - formBuilder Version: 3.7.2 - Browser: Latest browsers - OS: Any ### Expected Behavior: Should align with CSP...
I am using AngularStrap library to show modals. Within that I show the calendar. My config is; `$scope.uiConfig = {` `calendar: {` `height: 450,` `editable: true,` `views: {` `listDay: {...
I use multiple instances of v-tour in my application at different locations such as; All are using the samecallback functions. It would be great if the callbacks gets some context...
Is this officially dead? Looking at the open issues it seems that this is abandoned?
Use case is something like you click on a button and hide the sidebar menu. I don't see an hx attribute to change the values of other attributes like class....