Roundup Tracker - Issues

Issue 2550807

classification
make classhelp links have use customizable html properties.
Type: rfe Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed
:
: rouilj : rouilj
Priority: normal : Effort-Low

Created on 2013-04-25 01:30 by rouilj, last changed 2013-10-08 13:43 by rouilj.

Messages
msg4856 Author: [hidden] (rouilj) Date: 2013-04-25 01:30
The links generated by calling the HTMLClass classhelp method can't be
customized with classes, id etc. This makes moving them round using css
very difficult.

Other html generating methods: field, multiline, menu etc
support **kwargs or html_kwargs={} to pass additional
attributes to the html.

classhelp should as well.
msg4859 Author: [hidden] (rouilj) Date: 2013-04-25 03:38
Committed to head for people to look at.
History
Date User Action Args
2013-10-08 13:43:22rouiljsetstatus: pending -> closed
2013-04-25 03:38:22rouiljsetstatus: new -> pending
messages: + msg4859
2013-04-25 01:30:52rouiljcreate