Re: extend tiles

2006-01-26 Thread brenmcguire
Gary Feidt ha scritto: > If you are extending mainLayout you must have itemcount and pagecount > defined in mainLayout, and so on. It is not necessary if you don't use a definition directly but only its extended versions. Regards Antonio Petrelli -

Re: extend tiles

2006-01-25 Thread Gary Feidt
If you are extending mainLayout you must have itemcount and pagecount defined in mainLayout, and so on. Extending a tile you are using the same layout and replacing specific pieces of that layout. I've done something like this in the past:

Re: extend tiles

2006-01-25 Thread Greg Reddin
From what I can see your example should accomplish what you are looking for. Is it not working for you? Greg On Jan 25, 2006, at 1:57 PM, Demetz Markus wrote: Hi, I am new to tiles and I'm trying to do some thing like this: I want the subLayout to inherit

extend tiles

2006-01-25 Thread Demetz Markus
Hi, I am new to tiles and I'm trying to do some thing like this: I want the subLayout to inherit the mainLayout's definition and the tile "myTile" to extend the subLayout. Is this possible in any way? Or does anybody know a tutorial about tile