Changeset 6679 for CKEditor/trunk
- Timestamp:
- 04/14/11 12:30:06 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 5 added
- 6 edited
-
_samples/devtools.html (added)
-
_samples/index.html (modified) (1 diff)
-
_source/plugins/devtools (added)
-
_source/plugins/devtools/lang (added)
-
_source/plugins/devtools/lang/en.js (added)
-
_source/plugins/devtools/plugin.js (added)
-
_source/plugins/find/dialogs/find.js (modified) (3 diffs)
-
_source/plugins/forms/dialogs/select.js (modified) (6 diffs)
-
_source/plugins/image/dialogs/image.js (modified) (2 diffs)
-
_source/plugins/smiley/dialogs/smiley.js (modified) (1 diff)
-
_source/plugins/templates/dialogs/templates.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_samples/index.html
r6358 r6679 83 83 Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window. 84 84 </li> 85 <li><a class="samples" href="devtools.html">Developer Tools plugin</a><br /> 86 Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization. 87 </li> 85 88 </ul> 86 89 <div id="footer"> -
CKEditor/trunk/_source/plugins/find/dialogs/find.js
r6348 r6679 629 629 { 630 630 type : 'button', 631 id : 'btnFind', 631 632 align : 'left', 632 633 style : 'width:100%', … … 694 695 { 695 696 type : 'button', 697 id : 'btnFindReplace', 696 698 align : 'left', 697 699 style : 'width:100%', … … 727 729 { 728 730 type : 'button', 731 id : 'btnReplaceAll', 729 732 align : 'left', 730 733 style : 'width:100%', -
CKEditor/trunk/_source/plugins/forms/dialogs/select.js
r6348 r6679 409 409 { 410 410 type : 'button', 411 id : 'btnAdd', 411 412 style : '', 412 413 label : editor.lang.select.btnAdd, … … 432 433 { 433 434 type : 'button', 435 id : 'btnModify', 434 436 label : editor.lang.select.btnModify, 435 437 title : editor.lang.select.btnModify, … … 454 456 { 455 457 type : 'button', 458 id : 'btnUp', 456 459 style : 'width:100%;', 457 460 label : editor.lang.select.btnUp, … … 470 473 { 471 474 type : 'button', 475 id : 'btnDown', 472 476 style : 'width:100%;', 473 477 label : editor.lang.select.btnDown, … … 495 499 { 496 500 type : 'button', 501 id : 'btnSetValue', 497 502 label : editor.lang.select.btnSetValue, 498 503 title : editor.lang.select.btnSetValue, … … 508 513 { 509 514 type : 'button', 515 id : 'btnDelete', 510 516 label : editor.lang.select.btnDelete, 511 517 title : editor.lang.select.btnDelete, -
CKEditor/trunk/_source/plugins/image/dialogs/image.js
r6648 r6679 730 730 { 731 731 type : 'html', 732 id : 'htmlButtons', 732 733 style : 'margin-top:30px;width:40px;height:40px;', 733 734 onLoad : function() … … 1060 1061 { 1061 1062 type : 'html', 1063 id : 'htmlPreview', 1062 1064 style : 'width:95%;', 1063 1065 html : '<div>' + CKEDITOR.tools.htmlEncode( editor.lang.common.preview ) +'<br>'+ -
CKEditor/trunk/_source/plugins/smiley/dialogs/smiley.js
r6348 r6679 184 184 { 185 185 type : 'html', 186 id : 'smileySelector', 186 187 html : html.join( '' ), 187 188 onLoad : function( event ) -
CKEditor/trunk/_source/plugins/templates/dialogs/templates.js
r6348 r6679 169 169 [ 170 170 { 171 id : 'selectTplText', 171 172 type : 'html', 172 173 html :
Note: See TracChangeset
for help on using the changeset viewer.
