Difference between revisions of "Standard Layout Design"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "<noinclude> {{also|Layouts}} {{for|more information|Layout Editor}} </noinclude> {{Css Image Crop |Image = Layout Editor Standard Design.png |bSize = 300px |cWidth = 30...")
 
 
Line 13: Line 13:
 
}}
 
}}
  
The unroole layout editor has been designed to allow for the majority of content to be entered and managed through the CMS with little to no knowledge of HTML, CSS or JavaScript. Building layouts in the CMS using only content from within the CMS and without adding or modifying the strcuture of the layout through HTML widgets is referred to as standard design. Using a standard design allow for maximum compatibility and reduces the chance of layout rendering error. Unlike when using HTML widgets in eithier a [[Static Layout Design]] or [[Composite Layout Design]] where layout markup can be corrupted by invalid syntax, the standard design allows the widgets to generate the HTML/CSS/JS simplifying the process.
+
The unroole layout editor has been designed to allow for the majority of content to be entered and managed through the CMS with little to no knowledge of HTML, CSS or JavaScript. Building layouts in the CMS using only content from within the CMS and without adding or modifying the strcuture of the layout through HTML widgets is referred to as standard design. Using a standard design allow for maximum compatibility and reduces the chance of layout rendering error. The standard design approach allows the widgets to generate the HTML/CSS/JS of a layout themselves, whereas the [[Static Layout Design]] or [[Composite Layout Design]] can corrupt the page with invalid user syntax.
  
 
{{clear}}
 
{{clear}}

Latest revision as of 08:51, 18 July 2012


Layout Editor Standard Design.png

A page designed strictly with widgets, themes and content from the CMS. No HTML widgets or external files are used.

The unroole layout editor has been designed to allow for the majority of content to be entered and managed through the CMS with little to no knowledge of HTML, CSS or JavaScript. Building layouts in the CMS using only content from within the CMS and without adding or modifying the strcuture of the layout through HTML widgets is referred to as standard design. Using a standard design allow for maximum compatibility and reduces the chance of layout rendering error. The standard design approach allows the widgets to generate the HTML/CSS/JS of a layout themselves, whereas the Static Layout Design or Composite Layout Design can corrupt the page with invalid user syntax.