Add documentation for definition list helper.

This commit is contained in:
Franz Liedke 2012-09-12 14:42:20 +03:00
parent c7763a23bd
commit 5942771ce9
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ #### Creating lists from an array of items:
echo HTML::ol(array('Get Peanut Butter', 'Get Chocolate', 'Feast'));
echo HTML::ul(array('Ubuntu', 'Snow Leopard', 'Windows'));
echo HTML::dl(array('Ubuntu' => 'An operating system by Canonical', 'Windows' => 'An operating system by Microsoft'));
<a name="custom-macros"></a>
## Custom Macros