Adding parameters » History » Version 2
Luke Murphey, 04/04/2017 07:04 AM
| 1 | 1 | Luke Murphey | h1. Adding parameters |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 2 | Luke Murphey | If you want to add a new parameter, you will need to change the following. |
| 4 | 1 | Luke Murphey | |
| 5 | 2 | Luke Murphey | For the parameter to be supported by the modular input: |
| 6 | 1 | Luke Murphey | * web_input.py |
| 7 | 1 | Luke Murphey | * inputs.conf |
| 8 | 1 | Luke Murphey | * inputs.conf.spec |
| 9 | 2 | Luke Murphey | |
| 10 | 2 | Luke Murphey | if the parameter is to be editable from the UI: |
| 11 | 2 | Luke Murphey | * WebsiteInputCreateView.js |
| 12 | 2 | Luke Murphey | * data_inputs_web_page.xml |
| 13 | 2 | Luke Murphey | |
| 14 | 2 | Luke Murphey | If the parameter changes the preview: |
| 15 | 2 | Luke Murphey | * web_input_controller.py |
| 16 | 2 | Luke Murphey | |
| 17 | 2 | Luke Murphey | If the parameter is necessary for the search command |
| 18 | 1 | Luke Murphey | * searchbnf.conf (if the parameter is necessary for the search command) |
| 19 | 2 | Luke Murphey | * web_scrape.py |
| 20 | 1 | Luke Murphey | * web_input_preview_dialog.html (if the parameter is necessary for previewing) |