Add "select" control to inlineEditor (WIP, RFC)
Review Request #6197 — Created Aug. 5, 2014 and discarded
Information | |
---|---|
ahills | |
Djblets | |
master | |
6198 | |
3eacb42... | |
Reviewers | |
djblets | |
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.
Change Summary:
Take advantage of markdown
Description: |
|
||||||
---|---|---|---|---|---|---|---|
Testing Done: |
|
Change Summary:
Fix appearance of multioption box
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+32 -4) |

-
Tool: PEP8 Style Checker Ignored Files: djblets/static/djblets/js/jquery.gravy.inlineEditor.js Tool: Pyflakes Ignored Files: djblets/static/djblets/js/jquery.gravy.inlineEditor.js