Changeset 630
- Timestamp:
 - 05/27/09 20:55:10 (3 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/src/wymeditor/jquery.wymeditor.js (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/wymeditor/jquery.wymeditor.js
r626 r630 1 1 /** 2 * @version 0.5- b32 * @version 0.5-rc1 3 3 * 4 4 * WYMeditor : what you see is What You Mean web-based editor … … 121 121 */ 122 122 123 VERSION : "0.5- b3",123 VERSION : "0.5-rc1", 124 124 INSTANCES : [], 125 125 STRINGS : [], … … 134 134 SKINS_DEFAULT_CSS : "skin.css", 135 135 SKINS_DEFAULT_JS : "skin.js", 136 LANG_DEFAULT_PATH : "lang/",136 LANG_DEFAULT_PATH : "lang/", 137 137 IFRAME_BASE_PATH : "{Wym_Iframe_Base_Path}", 138 138 IFRAME_DEFAULT : "iframe/default/", … … 201 201 FORMAT_BLOCK : "FormatBlock", 202 202 PREVIEW : "Preview", 203 204 UNLINK : "Unlink", 205 INSERT_UNORDEREDLIST : "InsertUnorderedList", 206 INSERT_ORDEREDLIST : "InsertOrderedList", 203 UNLINK : "Unlink", 204 INSERT_UNORDEREDLIST: "InsertUnorderedList", 205 INSERT_ORDEREDLIST : "InsertOrderedList", 207 206 208 207 MAIN_CONTAINERS : new Array("p","h1","h2","h3","h4","h5","h6","pre","blockquote"),  
Note: See TracChangeset
          for help on using the changeset viewer.