Is there a way to remove the +/- buttons from input-many?   I have a very 
small fixed model and I only want to allow changing the values of the few 
records.   My code is below.

<def tag="input-many" for="Concern">
  <input-many>
    <field-list: replace>
      <fieldset class="inline-vertical">
        <div class="field weight">
          <!-- Account for hidden_field_tag when getting the issue label. 
-->
          <% i = this.id==0 ? nil : this.id 
             lbl = i.nil? ? this : Issue.find(i).name
          %>
          <feckless-fieldset id="weight" class="horizontal" fields="weight">
            <weight-label:><%= lbl %></weight-label:>
          </feckless-fieldset>
        </div>
      </fieldset>
    </field-list:>
  </input-many>
</def>


Thanks!
- Kevin

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to