Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support horizontal and inline form layouts #282

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2015

  1. Support for .form-horizontal and .form-inline layouts

    I'd be all for renaming Form.bootstrap_form_style to something shorter.
    (Also, I think it makes more sense as an attribute of FormWidget rather
    than of Form.) Deform_bootstrap uses Form.bootstrap_form_style,
    however, so compatibility considerations may be warranted.
    dairiki committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    78a2dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c666c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4cda6 View commit details
    Browse the repository at this point in the history
  4. Omit 'required' class on structural (empty) labels

    (to prevent lonely red asterisk)
    dairiki committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    05e340c View commit details
    Browse the repository at this point in the history
  5. Change Field.clone() to preserve .parent

    The reasons for this (and some alternatives) are listed at
    Pylons#187 (comment)
    dairiki committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    3b619d6 View commit details
    Browse the repository at this point in the history