Add support for radio actions and label classes in config forms.

Review Request #6157 — Created July 28, 2014 and submitted

Information

Djblets
release-0.8.x
4b1cb95...

Reviewers

This adds the ability to add radio actions to list items in config
forms. These work just like checkboxes, and can be given a name for
grouping.

Labels also have a class name now, so that they can be styled or
referenced. These are named similarly to the actions themselves.

Made use of these in another change. Checkboxes and radio buttons worked.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        djblets/static/djblets/js/configForms/views/listItemView.js
    
    
    
    Tool: Pyflakes
    Ignored Files:
        djblets/static/djblets/js/configForms/views/listItemView.js
    
    
  2. 
      
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.8.x (16a112e)
Loading...