Home Analyst Portal
Options

Where does the JS live for modifying the Edit command on main grids?

Kenneth_McMichaelKenneth_McMichael Customer IT Monkey ✭

Looking to adjust what is considered an editable value from this screen (screenshot below) but unsure where the JS is located at


Any help would be appreciated


Answers

  • Options
    Nicholas_VelichNicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭

    Hi Kenneth,


    All of the HTML, CSS, and other files necessary for the Cireson Portal to function are located in the /CiresonPortal directory; however, customizations should only be made within the /CiresonPortal/CustomSpace folder. In this case, you would want to use a combination of JavaScript in the custom.js file and/or CSS in the custom.css file to make any customizations to this bulk edit menu, depending on what you want to accomplish.


    Thanks,

    Nick

  • Options
    Kenneth_McMichaelKenneth_McMichael Customer IT Monkey ✭

    thanks - I found the multieditcontroller.js which is what does this particular function

    Just testing in QA I was able to add other enums but can't get datatypes of boolean to work at all

    Once It's working there, I want to move it to custom.js

    Has anyone modified this with booleans?

Sign In or Register to comment.