yes. lol, both should work. also you can use the without- shorthand for the first method. <extend tag="page"> <old-page merge without-live-search /> </extend>
I'd recommend the first method as you're likely going to need to override the page tag anyway for something else so might as well do that. That and it's clearer to have no tag there than to have a call to a now blank tag. On May 3, 10:36 am, storitel <[email protected]> wrote: > I think just attacking the live-search tag directly also works...try > this in application.dryml > > <extend tag="live-search"/> > > On 3 May, 02:42, mkim <[email protected]> wrote: > > > > > I'm new to hobo... so I'm not sure this is the best way. I just > > extended the page tag. > > > <extend tag="page"> > > <old-page merge> > > <live-search: replace/> > > </old-page> > > </extend> > > > Mike > > > On May 2, 1:23 pm, Dev <[email protected]> wrote: > > > > How do I remove the search box and search-results div from all the > > > pages? > > > > -- > > > 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. > > > -- > > 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. > > -- > 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. -- 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.
