On Tue, Sep 30, 2008 at 08:30:53AM +0200, Gunther Diemant wrote: >> Try: owner.slot.contents.inspect for #3. > > This looks a bit messy... I think I add my methods to the App and call them > from the index page with app.my_method (must try if it works) rather than > call it with owner.slot.contents.first.my_method in the window.
Well, you can call your methods on the main `slot`, too: owner.slot.my_method or app.slot.my_method. _why
