[TurboGears] Re: Anyone using py:layout or py:slot ?

2006-02-05 Thread David Stanek
On 2/5/06, Dan Jacob [EMAIL PROTECTED] wrote:
I've noticed that the latest SVN of Kid has new tags for handlinglayout templates, py:layout and py:slot. Has anyone used these orwritten any documentation about them ? How do they work with py:matchand py:def for example ?
I
have used py:layout quite a bit because I am trying to expand on the
unit testing. I actually like it better that py:match for many things.
Since the documentation is only published for releases you will have to
use the RST source doc[0] from SVN.
[0] http://lesscode.org/projects/kid/file/trunk/doc/language.txt
-- Davidhttp://www.traceback.org


[TurboGears] Re: Anyone using py:layout or py:slot ?

2006-02-05 Thread Ksenia Marasanova

2006/2/5, David Stanek [EMAIL PROTECTED]:

 On 2/5/06, Dan Jacob [EMAIL PROTECTED] wrote:
 
  I've noticed that the latest SVN of Kid has new tags for handling
  layout templates, py:layout and py:slot. Has anyone used these or
  written any documentation about them ? How do they work with py:match
  and py:def for example ?
 
 

 I have used py:layout quite a bit because I am trying to expand on the unit
 testing. I actually like it better that py:match for many things. Since the
 documentation is only published for releases you will have to use the RST
 source doc[0] from SVN.

The problem I've noticed with py:layout in TG is that the layout
template doesn't have std variables available. I wonder if it can be
fixed

--
Ksenia