Add "select" control to inlineEditor (WIP, RFC)
Review Request #6197 — Created Aug. 5, 2014 and discarded — Latest diff uploaded
Somewhat messy, but tested, addition of drop-down and combo boxes. If
selectOptions
is set,multiline
determines whether themultiple
property is set. Hijacked some of the options, which seems messy; please advise on preferred methods. (I am not a JavaScript programmer.)
In a Review Board extension, created fields with
options
CSS class. For multiline, addedmultiple
class. They work as expected.