Changeset 7543
- Timestamp:
- 07/05/12 12:25:30 (11 months ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/flash/dialogs/flash.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r7540 r7543 78 78 <li><a href="http://dev.ckeditor.com/ticket/8950">#8950</a> : Chagend the cursor position after calling editor::insertElement on block element.</li> 79 79 <li><a href="http://dev.ckeditor.com/ticket/9080">#9080</a> : Fixed Backspace key in front of the list item to join with previous line.</li> 80 <li><a href="http://dev.ckeditor.com/ticket/3592">#3592</a> : Removed the "title" field from flash dialog advanced tab.</li> 80 81 </ul> 81 82 <h3> -
CKEditor/trunk/_source/plugins/flash/dialogs/flash.js
r7477 r7543 32 32 name : [ { type : ATTRTYPE_EMBED, name : 'name' } ], 33 33 align : [ { type : ATTRTYPE_OBJECT, name : 'align' } ], 34 title : [ { type : ATTRTYPE_OBJECT, name : 'title' }, { type : ATTRTYPE_EMBED, name : 'title' } ],35 34 'class' : [ { type : ATTRTYPE_OBJECT, name : 'class' }, { type : ATTRTYPE_EMBED, name : 'class'} ], 36 35 width : [ { type : ATTRTYPE_OBJECT, name : 'width' }, { type : ATTRTYPE_EMBED, name : 'width' } ], … … 619 618 { 620 619 type : 'hbox', 621 widths : [ '45%', '55%' ],622 620 children : 623 621 [ … … 626 624 id : 'id', 627 625 label : editor.lang.common.id, 628 setup : loadValue,629 commit : commitValue630 },631 {632 type : 'text',633 id : 'title',634 label : editor.lang.common.advisoryTitle,635 626 setup : loadValue, 636 627 commit : commitValue
Note: See TracChangeset
for help on using the changeset viewer.
