view-placeholders-conclusion.xml 969 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- EN-Revision: 19766 -->
  3. <!-- Reviewed: no -->
  4. <sect1 id="learning.view.placeholders.conclusion">
  5. <title>View Placeholders: Conclusion</title>
  6. <para>
  7. View placeholders are a simple and powerful method for creating rich layouts for your
  8. application. You can use a variety of standard placeholders, such as those discussed
  9. (<methodname>doctype()</methodname>, <methodname>headTitle()</methodname>,
  10. <methodname>headLink()</methodname>, and <methodname>headScript()</methodname>), or use
  11. the generic <methodname>placeholder()</methodname> helper to aggregate content and render it
  12. in custom ways. Experiment with their exposed functionality, and visit the appropriate
  13. sections in the reference guide to find out about the additional features they offer -- and
  14. how you may leverage those features to create rich content for your readers.
  15. </para>
  16. </sect1>