Changes between Version 14 and Version 15 of DeveloperGuidelines/Tutorial


Ignore:
Timestamp:
02/19/20 10:49:39 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tutorial

    v14 v15  
    3030* these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }}
    3131* there should be an .html file available for each function in the module (name normally being the same as the function)
    32 * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/*_ajax.html}}}
     32* these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/scripts*.html}}}
    3333* if there is no view defined then a default view will be displayed, which will show the values of all the data it can see, but not be formatted nicely
    3434