@@ -19,7 +19,7 @@ import { getSingleValue } from '../../commands/utils';
* To change cell border color of the selected cell, execute the command:
*
* editor.execute( 'tableCellBorderColor', {
- * value: '5px'
+ * value: '#f00'
* } );
* @extends module:core/command~Command
* To change cell border style of the selected cell, execute the command:
* editor.execute( 'tableCellBorderStyle', {
+ * value: 'dashed'
@@ -18,7 +18,7 @@ import TableCellPropertyCommand from './tablecellpropertycommand';
* To change cell height of the selected cell, execute the command:
* editor.execute( 'tableCellHeight', {
+ * value: '50px'
* @extends module:table/tablecellproperties/commands/tablecellpropertycommand
* To change cell horizontal alignment of the selected cell, execute the command:
* editor.execute( 'tableCellHorizontalAlignment', {
+ * value: 'right'
* To change cell width of the selected cell, execute the command:
* editor.execute( 'tableCellWidth', {