Changeset 614
- Timestamp:
 - 04/28/09 21:42:37 (3 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
          
- 2 edited
 
- 
          examples/10-resizable.html (modified) (1 diff)
 - 
          wymeditor/plugins/resizable/jquery.wymeditor.resizable.js (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/examples/10-resizable.html
r569 r614 22 22 <title>WYMeditor</title> 23 23 <script type="text/javascript" src="../jquery/jquery.js"></script> 24 <!-- REQUIRED: jQuery UI and jQuery UI resizable --> 25 <script type="text/javascript" src="../jquery/jquery.ui.js"></script> 26 <script type="text/javascript" src="../jquery/jquery.ui.resizable.js"></script> 24 27 <script type="text/javascript" src="../wymeditor/jquery.wymeditor.pack.js"></script> 25 28 <script type="text/javascript" src="../wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js"></script>  - 
        
trunk/src/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js
r613 r614 87 87 88 88 if(jQuery.isFunction( jQuery.fn.resizable )) jQuery(wym._box).resizable(final_options); 89 else WYMeditor.console.error('Oops, jQuery UI.resizable unavailable.'); 89 90 90 91 };  
Note: See TracChangeset
          for help on using the changeset viewer.