Changes between Version 3 and Version 4 of MenuView


Ignore:
Timestamp:
10/21/09 13:36:21 (11 months ago)
Author:
amol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MenuView

    v3 v4  
    2525 * '''depth''' = how many levels of children to display 
    2626 
    27  * '''root''' = [root|current] (root will display pages tree starting from pages without a parent, current will display pages children of the current page) 
     27 * '''root''' = [root|current|parent|page_id] (''root'' will display pages tree starting from pages without a parent, ''current'' will display pages children of the current page, ''parent'' will display pages children of the current page parent if there is one, or children of the current page is there isn't a parent, ''page_id'' means that if you set root equal to the uri of an existing page you will show the children of that page) 
    2828 
    2929== Example ==