Changeset 6926 for CKEditor/trunk
- Timestamp:
- 05/15/11 13:44:47 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/dialog/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6923 r6926 54 54 <li><a href="http://dev.ckeditor.com/ticket/7334">#7334</a> : [IE7] Indent style doesn't apply to RTL list.</li> 55 55 <li><a href="http://dev.ckeditor.com/ticket/6845">#6845</a> : Spaces inside the link field in the link dialog window will now be trimmed.</li> 56 <li><a href="http://dev.ckeditor.com/ticket/7840">#7840</a> : [IE] Opening the Table Properties dialog via the context menu caused a JS error.</li> 56 57 <li>Updated the following language files:<ul> 57 58 <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r6904 r6926 2752 2752 isEnabled : function() 2753 2753 { 2754 return !this.get InputElement().getAttribute( 'disabled' );2754 return !this.getElement().getAttribute( 'disabled' ); 2755 2755 }, 2756 2756
Note: See TracChangeset
for help on using the changeset viewer.
