Ticket #4785: 4785_2.patch

File 4785_2.patch, 887 bytes (added by brooks, 14 years ago)
  • _source/plugins/table/dialogs/table.js

     
    3232                                        selectedTable = null;
    3333
    3434                                var rowsInput = this.getContentElement( 'info', 'txtRows' ),
    35                                         colsInput = this.getContentElement( 'info', 'txtCols' ),
    36                                         widthInput = this.getContentElement( 'info', 'txtWidth' );
     35                                        colsInput = this.getContentElement( 'info', 'txtCols' );
    3736                                if ( command == 'tableProperties' )
    3837                                {
    3938                                        if ( ( selectedTable = editor.getSelection().getSelectedElement() ) )
     
    6261                                        this.setupContent( selectedTable );
    6362                                        rowsInput && rowsInput.disable();
    6463                                        colsInput && colsInput.disable();
    65                                         widthInput && widthInput.select();
    6664                                }
    6765                                else
    6866                                {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy