#5803 closed enhancement (fixed)
TinyMCE, add "select class" to the Image pop-up
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
This patch adds the "Class" drop-down to the "Image" pop-up in TinyMCE 3.0. The classes shown there are defined in "tinymce/wordpress.css". They should also exist in the theme's style.css, so only common classes like .alignleft and .alignright can be added.
Attachments (2)
Change History (6)
#2
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reworked the patch. This would be much easier to use. It automatically adds class="alignleft" or "alignright" when float left/right is selected for the image. It also falls-back well: If the classes aren't defined in style.css, the float still remains.
Note: See
TracTickets for help on using
tickets.
(In [6764]) add "select class" to the Image pop-up. Props azaozz. fixes #5803