On Jan 30, 2008 8:23 PM, <[EMAIL PROTECTED]> wrote: > On Wed, Jan 30, 2008 at 7:48 PM, John Hjelmstad <[EMAIL PROTECTED]> wrote: > > > ... This facilitates shared code between the default content > > block and other views. Without it, the default block would have to stand > > on > > its own, while at the same time always being included in the alternate > > specified views. > > > > Do you expect to switch views dynamically, sharing "live" JavaScript > variables? Or is the code inclusion you are talking about equivalent to > doing a bunch of #includes, then creating <n> separate "actual" gadgets, > where each one is initialized completely independently from the other?
It's just a preprocessor -- nothing happens at run time. > > > Ihab > > -- > Ihab A.B. Awad, Palo Alto, CA >

