Changes between Version 5 and Version 6 of DeveloperGuidelines/EdenMobile/Concepts


Ignore:
Timestamp:
04/04/17 18:11:50 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Concepts

    v5 v6  
    2828=== Where are the widgets? ===
    2929
    30 The Sahana Eden server application often produces HTML (and !JavaScript) and injects it into view. Most prominent examples are forms and form widgets.
     30The Sahana Eden server application often produces HTML (and !JavaScript) and injects it into the view. Most prominent examples are forms and form widgets.
    3131
    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.).
     32EdenMobile implements AngularJS directives for this purpose. [wiki:DeveloperGuidelines/EdenMobile/Directives Directives] are basically custom HTML elements 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.).
    3333