Re: Nested levels within tiles?

2002-10-30 Thread Cedric Dumoulin
You can add a parent definition for home.page.layout and logon.page.layout. This definition will hold constant attributes: I haven't implemented the "multiple inheritance" because of the famous problem "what shall we do if we inherit several time the same att

RE: Nested levels within tiles?

2002-10-30 Thread Holman, Cal
You can use extend on the mainbody portion such that logon.page.layout extends home.page.layout that way you only change the bodycontent attribute. Basically one extend on the main layout definitions and another extend for the body definitions. You cannot use multiple inheritance - yet. If the