[TYPO3] TV and TypoScriptObjPath in a Container

Fabio ex Typo3 n00b email at email.tld
Thu Apr 20 17:42:21 CEST 2006


Dmitry Dulepov ha scritto:
> Hi!
> 
> Fabio ex Typo3 n00b wrote:
>> is mapped as "TypoScript Object Path" with the object path "lib.navLeft"
> 
> Firsts, I see that it is not navLeft but nav_left in DS. I am interested
> also in mapping of this field to HTML tag: what tag is it, what mapping
> type is (inner/outer).
> 
> Dmitry.

Im tryig to map this template
http://www.iframe.co.uk/artica/

this is the menu
<div id="menu_left">

<ul id="navLeft">
<li class="li_nav_header"><a href="#"></a></li>	
<li class="li_nav_body"><a href="#">Author</a></li>
<li class="li_nav_body"><a href="#">Usage</a></li>	
<li class="li_nav_body"><a href="#">Contact</a></li>	
<li class="li_nav_footer"><a href="#"></a></li>		
</ul>

<div class="login_box">
<p>Login</p>
<form action="#" method="post" enctype="multipart/form-data">
<input class="login" style="" type="text" value="username" name="user" />
<input type="password" value="password"  name="pass" />
<input value="Log in" type="submit" />
</form>
</div>

</div>

I mapped it in this way:


[CO] menu_left - <div> INNER
   [EL] navLeft - <ul> OUTER
   [EL] login_box - <div> INNER

The html output [FE] of the menu is


<div id="menu_left"></div>


The rest of the maps work, but the lib object in the contenitor doesnt 
display. I tried to change INNER and OUTER but still no works.



More information about the TYPO3-english mailing list