Changeset 614


Ignore:
Timestamp:
04/28/09 21:42:37 (3 years ago)
Author:
jf.hovinne
Message:

Resizable plugin: added debug info and updated example page. See also #167.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/examples/10-resizable.html

    r569 r614  
    2222<title>WYMeditor</title> 
    2323<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> 
    2427<script type="text/javascript" src="../wymeditor/jquery.wymeditor.pack.js"></script> 
    2528<script type="text/javascript" src="../wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js"></script> 
  • trunk/src/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js

    r613 r614  
    8787 
    8888    if(jQuery.isFunction( jQuery.fn.resizable )) jQuery(wym._box).resizable(final_options); 
     89    else WYMeditor.console.error('Oops, jQuery UI.resizable unavailable.'); 
    8990 
    9091}; 
Note: See TracChangeset for help on using the changeset viewer.