Fantastic, Ross.

Thx a million. 

You helped Mr. Confusion a big time. :)

I waited for this mail to wrap up my proposal. ;-)

Just one clarifications and a more detailed answer later.

On Sun, 2005-07-31 at 00:31 +0100, Ross Gardler wrote:
<snip very good definitions/>

> View
> ....
> 
> Forrest:views add a structure to the generated page that
> clearly identifies all the content in the final output. This is
> achieved through the use of <div class="someClass"> elements. In order
> to define these divs the view definition file has the concept of a hook.
> this tells the view system to create a <div> element with a given class
> name. For example:
> 
> <forrest:hook name="aDiv">
>    ...
> </forrest:hook>
> 
> results in
> 

<div id="aDiv">
...
</div>

<forrest:hook class="aDiv">
...
</forrest:hook>

results in

> <div class="aDiv">
>    ...
> </div>
> 

-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)

Reply via email to