Site:Frontend:Modules

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
(Created page with "== Introduction == Modules contain stand-alone code, files, pages, and page includes required to perform the tasks of the module. == Module Parts == ==== Files ==== Files co...")
 
Line 6: Line 6:
 
== Module Parts ==
 
== Module Parts ==
  
==== Files ====
+
=== Files ===
  
 
Files contain all the files required for the module. This includes javascript, images, and CSS.  
 
Files contain all the files required for the module. This includes javascript, images, and CSS.  
  
==== Pages ====
+
=== Pages ===
  
 
Since a module is self-contained all the pages need to be a part of the module.
 
Since a module is self-contained all the pages need to be a part of the module.
  
==== Page Includes ====
+
=== Page Includes ===
  
 
Page includes are for sharing macros and variables across pages.
 
Page includes are for sharing macros and variables across pages.
  
==== Header / Footer ====
+
=== Header / Footer ===
  
 
The header and footer are included on all pages of the module.
 
The header and footer are included on all pages of the module.
 +
 +
 +
== Pages ==
 +
 +
=== Accessing a Page ===
 +
Something

Revision as of 11:54, 15 June 2012

Contents

Introduction

Modules contain stand-alone code, files, pages, and page includes required to perform the tasks of the module.


Module Parts

Files

Files contain all the files required for the module. This includes javascript, images, and CSS.

Pages

Since a module is self-contained all the pages need to be a part of the module.

Page Includes

Page includes are for sharing macros and variables across pages.

Header / Footer

The header and footer are included on all pages of the module.


Pages

Accessing a Page

Something

Personal tools