Issue Details (XML | Word | Printable)

Key: MDL-20603
Type: Sub-task Sub-task
Status: Open Open
Priority: Blocker Blocker
Assignee: Dongsheng Cai
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-13766

Create a new simpler 'moodlemedia' dialog for TinyMCE

Created: 20/Oct/09 04:05 PM   Updated: 20/Oct/09 04:10 PM
Return to search
Component/s: HTML Editor
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. Text File Insert media dialog.bmml (2 kB)

Image Attachments:

1. Insert media dialog.png
(67 kB)

Participants: Dongsheng Cai and Martin Dougiamas
Security Level: None
QA Assignee: Martin Dougiamas
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
The new, simpler media dialog for TinYMCE would be a new plugin to avoid conflicts with the existing one (which would not be used any more).

1) Make a copy of the plugin 'media' and call it 'moodlemedia'
2) Remove all the patches from the old one and restore it to standard TinyMCE condition in CVS
3) Hide the 'media' plugin from the standard toolbars and show 'moodlemedia' instead.
4) Strip the interface down to
   a) A button called "Find or upload a sound, video or applet"
   b) A preview window that shows the media
   c) An explanation at the bottom that says "Your media will be inserted into your HTML text as a link. The Moodle Media filter will convert this into embedded media when the text is displayed."
5) The filepicker should be told that EXTERNALURL or LOCALURL are required.
6) The returned URL should be stored invisibly since we don't need to see it.
7) The submit button will turn the URL into a named link in the HTML.



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 20/Oct/09 04:10 PM
Added UI Mockup: <Insert media dialog>