Primo3/tests/manual/TESTBROWSERIFY3167dad62301master
Primo3/tests/manual/TESTBROWSERIFY
3167dad62301master
README.md
README.md
The Primo New UI Customization Workflow Development Environment
Package documentation
The development package allows you to configure :
- css
- images
- html
- JavaScript
- The root directory of the package should be named either by the viewCode or CENTRAL_PACKAGE in case of a consortia level package
- Whether you develop a consortia level package or a view level package the process remains the same
- Once deployed the hierarchy is as follows:
- For css - use the cascading ability of css and load the consortia level (CENTRAL_PACKAGE) css first and the view level css afterwards
- For images and html - the system checks for every file if it exists in each level - and prefers the view level file if exists
- For JavaScript - the two package types define 2 different Angular modules:
- `var app = angular.module('viewCustom', ['angularLoad']);`
- `var app = angular.module('centralCustom', ['angularLoad']);`
and loads both of the modules,
- For each configuration type there is a specified folder in the custom package folder (that can be downloaded form your Primo Back Office)
- In each folder you will find a specific README.md file with recipes/examples.
[CSS](/VIEW_CODE/css/README.md "css documentation")
[HTML](/VIEW_CODE/html/README.md "html documentation")
[Images](/VIEW_CODE/img/README.md "images documentation")
[JavaScript](/VIEW_CODE/js/README.md "javascript documentation")
- For colors.json.txt instructions - please see [CSS](/VIEW_CODE/css/README.md "css documentation") documentation
c4science · Help