Skip to content

Commit

Permalink
Update table-plugin.js
Browse files Browse the repository at this point in the history
This is related to Update port-helper-attribute-field.js alohaeditor#1141. I am adding a placeholder message to the Table Summary textbox on the toolbar.
  • Loading branch information
cecilialam committed Mar 24, 2014
1 parent e0be9c1 commit 890e299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/common/table/lib/table-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ define([
this.summary = AttributeField( {
width : 275,
name : 'tableSummary',
placeholder : i18n.t('table.label.target'),
noTargetHighlight: true,
scope: this.name + '.cell',
element: jQuery('<input id="aloha-attribute-field-tableSummary" class="aloha-wai-red" style="color: black; padding-left: 32px; background-color: white"/>')
Expand Down

0 comments on commit 890e299

Please sign in to comment.