User Tools

Site Tools


tc:block

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tc:block [2006/09/18 06:04] fgmtc:block [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 4: Line 4:
   * Currently, considering a vocabulary structure like:   * Currently, considering a vocabulary structure like:
  
-<file>+<code>
   tid1   tid1
   tid2   tid2
Line 13: Line 13:
     tid23     tid23
   tid3   tid3
-</file+</code
-  +
   * if tid22 is selected as expanded, and if I'm not mistaken, the module will display a block like:   * if tid22 is selected as expanded, and if I'm not mistaken, the module will display a block like:
  
-%% +<code> 
-  +tid1 +  tid1 class="collapsed" 
-  +tid2 +  tid2 class="collapsed" 
-    +tid21 +    tid21 class="collapsed" 
-    -tid22 +    tid22 class="expanded" 
-       +tid221 +      tid221 class="collapsed" 
-       +tid222 +      tid222 class="collapsed" 
-    node titles filed under tid22 +    node titles filed under tid22, themed using theme('taxonomy_context_nodes') 
-    +tid23 +    tid23 class="collapsed" 
-  +tid3 +  tid3 class="collapsed" 
-  node titles filed under tid2 +  node titles filed under tid2, themed using theme('taxonomy_context_nodes') 
-%%+</code>
  
 The question is: is this correct ? and if not, what should it look like ? Note that this behaviour is themeable using theme_taxonomy_context_children_list The question is: is this correct ? and if not, what should it look like ? Note that this behaviour is themeable using theme_taxonomy_context_children_list
tc/block.1158559476.txt.gz · Last modified: 2020/11/23 17:23 (external edit)