Changeset 6233
- Timestamp:
- Apr 1, 2008, 8:59:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ebihara/prj_deco_diary/public_html/js/tiny_mce/plugins/openpne/editor_plugin.js
r6231 r6233 111 111 tagname = 'op:color:' + color.replace('#', ''); 112 112 } 113 } else if (tagname == 'strong') { 114 tagname = 'op:b'; 115 } else if (tagname == 'strike') { 116 tagname = 'op:s'; 113 117 } else { 114 118 tagname = 'op:' + org_tagname; … … 122 126 } 123 127 124 var convertList = new Array('b', 'u', 's', 'i', 'font' );128 var convertList = new Array('b', 'u', 's', 'i', 'font', 'strong', 'strike'); 125 129 for (var i = 0; i < convertList.length; i++) { 126 130 convertHtmlTagToDecoTag(convertList[i], editor.getBody());
Note: See TracChangeset
for help on using the changeset viewer.