Skip to content

Commit

Permalink
Update CKEditor config to add link and source buttons
Browse files Browse the repository at this point in the history
SAK-29624
  • Loading branch information
steveswinsburg committed Jul 3, 2015
1 parent cf1ebff commit 966b96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<textarea wicket:id="personalSummary" class="formInputArea" rows="4" cols="40">[personalSummary]</textarea>
<script>
CKEDITOR.replace('summaryinput', {
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', 'NumberedList', 'BulletedList', '-', 'RemoveFormat'] }]
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'Link', 'Source', '-', 'RemoveFormat'] }]
});
</script>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<textarea wicket:id="staffProfile" class="formInputArea" rows="4" cols="40"></textarea>
<script>
CKEDITOR.replace('staffprofileinput', {
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', 'NumberedList', 'BulletedList', '-', 'RemoveFormat'] }]
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'Link', 'Source', '-', 'RemoveFormat'] }]
});
</script>
</td>
Expand Down Expand Up @@ -123,7 +123,7 @@
<textarea wicket:id="publications" class="formInputArea" rows="4" cols="40"></textarea>
<script>
CKEDITOR.replace('publicationsinput', {
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', 'NumberedList', 'BulletedList', '-', 'RemoveFormat'] }]
toolbar: [{ name: 'document', items: ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'Link', 'Source', '-', 'RemoveFormat'] }]
});
</script>
</td>
Expand Down

0 comments on commit 966b96d

Please sign in to comment.