Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Concepts
- Timestamp:
- 03/30/17 11:03:32 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Concepts
v4 v5 30 30 The Sahana Eden server application often produces HTML (and !JavaScript) and injects it into view. Most prominent examples are forms and form widgets. 31 31 32 EdenMobile implements AngularJS directives for this purpose. Directivesare basically custom HTML elements are linked to !JavaScript functions which are called when the respective elements are rendered, and which can then modify the HTML elements dynamically (i.e. expand/replace them, and/or respond to events on those elements etc.).32 EdenMobile implements AngularJS directives for this purpose. [wiki:DeveloperGuidelines/EdenMobile/Directives Directives] are basically custom HTML elements are linked to !JavaScript functions which are called when the respective elements are rendered, and which can then modify the HTML elements dynamically (i.e. expand/replace them, and/or respond to events on those elements etc.). 33 33