This is an old revision of the document!


Javascript plugins

fileuploader

https://innostudio.de/fileuploader/

  • Flow (adapted by KGI to use bootstrap modal)
    • Adding files by clicking <div class="fileuploader-input"> or dragging files into it
      • jquery.fileuploader.js:
        • s = input element, p = parent element, o = new input element, l = list element, sl = input elements, n = options, f = fileuploader
        1. f.init:
          • set p, language, merge options
          • n.beforeRenderer(parentEl p, inputEl s); Callback fired before rendering the fileuploader elements, by returning false, you will prevent the rendering * ''f.redesign(); set theme, set new input html, hide standard input