oxjs needs way to trigger select file dialog from menu #691

Closed
opened 2012-03-20 19:32:50 +00:00 by j · 1 comment
Owner

for many applications one wants an File->Open... menu entry i.e. to select a video or picture or text file, right now this is not possible to put in the menu. HTML only allows this via

the menu should hide an input element and get the files object from it on select and pass that along with the click event.

something similar is needed for Ox.Button

for many applications one wants an File->Open... menu entry i.e. to select a video or picture or text file, right now this is not possible to put in the menu. HTML only allows this via <input type=file> the menu should hide an input element and get the files object from it on select and pass that along with the click event. something similar is needed for Ox.Button
rlx added the
oxjs
label 2012-03-20 19:32:50 +00:00
rlx added this to the 12.03 milestone 2012-03-20 19:32:50 +00:00
rlx self-assigned this 2012-03-20 19:32:50 +00:00
rlx added the
major
defect
labels 2012-03-20 19:32:50 +00:00
Owner

In []changeset:oxjs,1323:

#!CommitTicketReference repository="" revision="oxjs,1323"
allow menu item to trigger native file dialog (see demo, fixes #691)
In []changeset:oxjs,1323: ``` #!CommitTicketReference repository="" revision="oxjs,1323" allow menu item to trigger native file dialog (see demo, fixes #691) ```
rlx added the
fixed
label 2012-03-24 10:14:15 +00:00
rlx closed this issue 2012-03-24 10:14:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#691
No description provided.