Skip to content

CustomerFX/FX.CustomLoader.Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FX.CustomLoader.Module

A module for Infor CRM to dynamically load custom javascript and style files without the need to modify any master pages. See this article for complete details and instructions.

In a nutshell, this is how it works. There are folders you place your scripts and stylesheets in and this module will load them all at runtime for you. No need to modify the master pages ever again.

Steps to Use

  1. Download the bundle
  2. Install the bundle in Application Architect
  3. Look in the SlxClient/SupportFiles and you'll see a folder called "Custom" which contains three subfolders named "Scripts", "Style", and "Modules"
  4. Drop any javascript files in the SupportFiles/Custom/Scripts folder (you can organize things with subfolders if you'd like)
  5. Drop any CSS style files in the SupportFiles/Custom/Style folder (you can organize things with subfolders if you'd like)
  6. Drop any javascript to be loaded as AMD modules in the SupportFiles/Custom/Modules folder. Place each module in a separate subdirectory. The subdirectory name will be used as the module name. If the module includes a "main.js" file it will get loaded automatically at runtime.

About

A module for Infor CRM to dynamically load custom javascript and style files without the need to modify any master pages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages