Modify the design

Home Forums vLooup for SharePoint Modify the design

Viewing 1 reply thread
  • Author
    Posts
    • #22786
      Michael
      Participant

        Hi Alexander,

        what is the best way to modify the design of the vLookup icons?
        Our primary corporate colors are red / grey, so the blue icons stand out a little bit 😉

        What is the best / easiest way to change the icons?

        Best Regards,
        Michael

      • #22802
        Alexander Bautz
        Keymaster

          Hi,
          The icons are base64 encoded strings in the script, but you can override the current images by adding variables to the custom js like this:

          spjs.vLookup.data.folderIcon = "/path/to/a/proper/image/folderIcon.png";

          These are the files you can override:

          • spjs.vLookup.data.folderIcon
          • spjs.vLookup.data.uploadImg
          • spjs.vLookup.data.editImg
          • spjs.vLookup.data.viewImg
          • spjs.vLookup.data.reloadImg

          Best regards,
          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.