Changes between Version 33 and Version 34 of quintagroup.dropdownmenu


Ignore:
Timestamp:
Dec 7, 2010 12:34:09 PM (13 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.dropdownmenu

    v33 v34  
    9191 * For every '''CMFAction''' you should specify: its '''''Title''''' - as it will be visible in Plone and its '''''URL (Expression)''''' - URL on a site where it will be linked to. URL should be provided in the following format: 
    9292 
    93    {{{ 
    94       string:${globals_view/navigationRootUrl}/folder1 
    95    }}} 
     93  {{{ 
     94  string:${globals_view/navigationRootUrl}/folder1 
     95  }}} 
    9696   
    97   where ''folder1'' is a path to the object this tab should be linked to.  This can be any object on the site, e.g. ''folder1/subfolder/page1''.  
    98      
    99   [[Image(action-edit.png, nolink)]] 
     97 where 'folder1' is id of the folder, located in the site root, to which this tab should be linked.    
     98 
     99 In case you want your tab to be linked to an object inside some folder, you should specify the entire path, for example:  
     100 
     101  {{{ 
     102  string:${globals_view/navigationRootUrl}/folder1/subfolder/page1 
     103  }}} 
     104 
     105 [[Image(action-edit.png, nolink)]] 
    100106 
    101107 * Each '''CMF Action Category''' will include  '''CMFAction'''s - 2nd-level navigation items (ids: subfolder1, subfolder2,..)  and '''CMF Action Category'''s - containers for 3-rd navigation level (ids:  subfolder1_sub, subfolder2_sub,..).