Changeset 960505
- Timestamp:
- 08/05/2014 02:06:37 PM (12 years ago)
- File:
-
- 1 edited
-
wp-table-tag-gen/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-table-tag-gen/trunk/readme.txt
r960470 r960505 14 14 15 15 This plugin generates table tags with a simple operation. 16 You can merge cells by dragging and clicking, and enter the character directly in the table. 17 VERY EASY! 16 18 17 1.First, please choose the size of the table (rows and columns). You can type on the keyboard a number, click on the spinner, or turn the mouse wheel. 18 2.if you want to use th element instead of td element (or vice versa), please drag to select the cells you want to convert, and click on the td ↔ th button. 19 3.If you want to merge cells, please drag to select them and click the "merge" button.Merged cell can be undone in a split button. 20 4.If you enter a character in the table directly, please click the "chars" button, and be set to an input mode. When you are done, please click on the "output" button. 21 5.To apply the CSS, it is possible to set the class attributes for the cell. 22 6.All operations can be undone by clicking the "undo" button. 23 7.When table is complete, please click on the button "Insert into post". 19 #### How to use 20 1. First, please choose the size of the table (rows and columns). You can type on the keyboard a number, click on the spinner, or turn the mouse wheel. 21 2. if you want to use th element instead of td element (or vice versa), please drag to select the cells you want to convert, and click on the td ↔ th button. 22 3. If you want to merge cells, please drag to select them and click the "merge" button.Merged cell can be undone in a split button. 23 4. If you enter a character in the table directly, please click the "chars" button, and be set to an input mode. When you are done, please click on the "output" button. 24 5. To apply the CSS, it is possible to set the class attributes for the cell. 25 6. All operations can be undone by clicking the "undo" button. 26 7. When table is complete, please click on the button "Insert into post". 24 27 25 28
Note: See TracChangeset
for help on using the changeset viewer.