Changes between Initial Version and Version 1 of Ticket #13025
- Timestamp:
- Mar 10, 2015, 10:57:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13025
-
Property
Component
changed from
General
toCore : Tables
-
Property
Component
changed from
-
Ticket #13025 – Description
initial v1 1 1 1. Open any sample with CKEditor. (i.e. samples/replacebyclass.html) 2 2 1. Use following source. 3 ``` 3 {{{ 4 4 <table border="1" cellpadding="1" cellspacing="1" style="width:500px" summary="bar"> 5 5 <caption>foo</caption> … … 24 24 </tbody> 25 25 </table> 26 ``` 26 }}} 27 27 1. Right click at table, and use "Table Properties" menu item. 28 28 1. With "Headers" dropdown, set its value to "First Column".