#13601 closed enhancement (fixed)
[CLA][PATCH] make dojox.form.Uploader inline
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Form | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
all dijit.form widgets are inline block element: change dojox.form.Uploader to be inline block (from display=block)
Attachments (1)
Change History (6)
Changed 9 years ago by
Attachment: | 13601.patch added |
---|
comment:1 Changed 9 years ago by
the attached patch changes dojox.form.Uploader to inherit dijit.form.Button, which is inline-block and this simplifies the code as well
also added a new option: showInput, which mimics native file input element if it's set to 'before'
the patch also cleans up test_Uploader.html file, and added an inline button with showInput=before
comment:2 Changed 9 years ago by
Summary: | make dojox.form.Uploader inline → []make dojox.form.Uploader inline |
---|
mwilcox: let me know if you see any issues with the patch
comment:3 Changed 9 years ago by
Summary: | []make dojox.form.Uploader inline → [CLA][PATCH] make dojox.form.Uploader inline |
---|
Note: See
TracTickets for help on using
tickets.
proposed patch