I'm not 100% sure, but I believe the sidebar only gets created if there's a managed association along with it. Try looking at the appropriate page under app/views/taglibs/auto/rapid/pages.dryml for what is being generated for your particular page. That will give you all the params available to be modified as well.
On Jan 21, 3:00 am, Daniel Hahn <[email protected]> wrote: > Hi Owen, > > thanks for the link, it's very useful. However, that tutorial specifically > overrides the <page> template for making the sidebars. While this will > obviously work for me, I wanted to know how exactly it comes that for the | > "agility" project hobo automatically generated a different default <page> > template with the <aside> already included (so that you can just say > <aside>...</aside> and it works out of the box, css and all). > > I'm still a bit confused on at which state (and with which rules) hobo > generates the "auto" default taglibs. > > Ciao, > Daniel > > Il giorno 20/gen/2010, alle ore 19.12, Owen Dall ha scritto: > > > > > Daniel, > > > Take a look at the the tutorial in "Rapid Rails with Hobo" called > > "Replicating the Look and Feel of a Site" which has lots of goodies! > > > -Owen > > > On Wed, Jan 20, 2010 at 1:09 PM, Daniel Hahn <[email protected]> wrote: > > >> Hi again, > > >> last one for today, I promise ;-) I've been playing around, and I'd > >> like to have a sidebar with random html content on one of the index > >> pages. So I did this in the respective index.dryml: > > >> <index-page> > >> <aside:> > >> <h2>Some random HTML</h2> > >> </aside:> > >> </index-page> > > >> But it doesn't seem to take. The sidebar is not model-related at the > >> moment in any way. Any ideas? > > >> Ciao, > >> Daniel > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Hobo Users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<hobousers%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/hobousers?hl=en. > > > -- > > Thanks, > > > Owen > > > Owen Dall > > Barquin International > > 410-991-0811 > > -- > > You received this message because you are subscribed to the Google Groups > > "Hobo Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/hobousers?hl=en. > > -- > Daniel Hahn > Software Architect > [email protected] > > Net7 > Via Marche 8a - 56123 Pisahttp://www.netseven.it/ -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
