Custom Code Documentation
This page outlines all custom code that was done for this application, in order to satisfy the requirements.
CSS
We are using CSS Flexible Box Layout to address #4 from Developer Testing. This should not pose a problem, as it's supported in all major browsers. However, for the sake of convienience, here's the compatibility chart, as seen on the MDN Web Docs (Mozilla Developer Network) site:
Link to the above MDN's Browser Compatibility Chart.
(Rushikumar (Rush) Bhatt Content below needs to be revisited in future)
Items with Custom Code
Item | Item Type | Event Type | Custom Code Description |
---|---|---|---|
Are you the Unit Head/Department Head/Dean/Director for your department? | Select One | On Item Change | Regardless of yes/no to this question, we are going to reset the values for both "Is there another...." questions because depending on what the user answers here, the subsequent question is triggered and based on THAT question's answer, the submission button is presented --- in essence, hiding a question DOES NOT reset the value of the hidden question, |