Opened 10 years ago
Closed 7 years ago
#15328 closed defect (patchwelcome)
dojox.form.FileInputBlind problem with MID declaration in markup
Reported by: | Joso | Owned by: | dante |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Form | Version: | 1.7.2rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I cannot declare dojox.form.FileInputBlind? as dojox/form/FileInputBlind in markup syntax.
It works only in old style: dojox.form.FileInputBlind?.
Current supported state
<input data-dojo-type="dojox.form.FileInputBlind" id="blind2" name="blind2" url="../resources/RecieveFile.php" />
wanted state
<input data-dojo-type="dojox/form/FileInputBlind" id="blind2" name="blind2" url="../resources/RecieveFile.php" />
Attachments (1)
Change History (2)
Changed 10 years ago by
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Sample