Figured this out, and in the light of day, it's pretty neat and easy in 
Hobo!...

<div>
  <div>
    <div class="in-many-date">Date</div>
    <div class="in-many-time">Start Time</div>
  </div>
  <input-many:event-times minimum="1" >
    <input:start-date class="in-many-date"/>
    <input:start-time class="in-many-time"/>
  </input-many>
</div>

Cheers, Anthony.

On Thursday, November 22, 2012 10:42:44 PM UTC, tonym wrote:
>
> Bit of a basic questions I know, but it's late and I'm kinda stuck!...
> Is there a neat way to build the dryml for a Input_many, so that it 
> creates a table style list e.g.
>
> Label A | Label B
> -------------------------
> Field A  |  Field B
> Field A  |  Field B
>
> Also, I'm using bootstrap, which seems to create tons of divs.
> How do I strip down to just the inputs, inline, without labels?
> For info, here's my code (nothing special)...
>
> <event-times-view:>
>   <input-many minimum="1" >
>     <field-list fields="start_date, start_time, end_time, 
> special_note" class="horizontal" />
>   </input-many>
> </event-times-view:>
>
> Cheers, Anthony
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/ZOnopzi62x0J.
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.

Reply via email to