Hi Again!

Now I am having problems with setting up a page with an aside in the bootstrap theme.

in the <page merge tag I have 'content-size="10" aside-location="left"'. When I change the value of content-size, the content size changes accordingly. When I change the value of aside-location, nothing happens.

The dryml is:

<def tag="show-page" for "HomeScreen">
  *
  *
  *
    <content-body: param>
<div id="google_map" style="width:100%; height: 550px; position:relative;margin-left : auto; margin-right:auto"></div> <if test="&Rails.env.development?"><h5>View File: <%= __FILE__ %> <%= __LINE__.to_s %></h5></if>
    </content-body:>
  </page>
</def>

then

<show-page for="HomeScreen" >
    <body: onload="plainMap(#{@latlng},#{@zoomval})"/>
    <content: replace>
      <section-group>
        <aside>SIDEBAR</aside>
        <section><content restore/></section>
      </section-group>
    </content:>
</show-page>

The page renders as:

SIDEBAR
<The google map (whose size varies with the value of content-size)>

I would really like it to be:

SIDEBAR <The google map (whose size varies with the value of content-size)>

The only way I have been able to get what I want to appear is to change to show.html.erb. With that I don't have access to the rest of the dryml capabilities.

Any suggestions would be greatly appreciated.

Thanks,

Don Z.


--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to