Roundup Tracker - Issues

Message4936

Author rouilj
Recipients rouilj
Date 2013-10-11.02:20:20
Message-id <1381458021.41.0.871336703047.issue2550820@psf.upfronthosting.co.za>
In-reply-to
If you try:

  multiline(class="someclass")

it throws an error. (I assume because class is a reserved word).

While using:

  multiline(**{'class':'someclass'})

works, this is not something a normal user is going to be familiar
with.

I suggest adding a 'klass' argument to both functions that then
maps it's value to class to set classes for these two functions.

Quips, comments evasions?

the "klass" variable to the argument list and map that to
class internally.
History
Date User Action Args
2013-10-11 02:20:21rouiljsetrecipients: + rouilj
2013-10-11 02:20:21rouiljsetmessageid: <1381458021.41.0.871336703047.issue2550820@psf.upfronthosting.co.za>
2013-10-11 02:20:21rouiljlinkissue2550820 messages
2013-10-11 02:20:20rouiljcreate