Changes between Initial Version and Version 1 of Ticket #32920, comment 5
- Timestamp:
- 08/26/2015 02:35:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32920, comment 5
initial v1 4 4 5 5 1. Adds align classes to iframe. 6 2. When align is removed by clicking an active button editor alignnone class to images. In the case of iframe all align class is removed. 6 2. When align is removed by clicking an active button editor alignnone class to images. In the case of iframe all align class is removed. Examples: `<iframe class="alignleft"></iframe>`, `<iframe class="alignright"></iframe>` 7 7 3. `findAlignClass` function I have attached to editor. I am not much experienced with tinymce. IF the function can be moved to anywhere else please do so.