Ignore:
Timestamp:
Sep 26, 2008, 11:47:46 PM (16 years ago)
Author:
rub
Message:

jQuery use.
All admin categoryList are resizable.
All admin teataera are autogrow.

On call for all resize application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/footer.tpl

    r2599 r2603  
    4040{literal}
    4141<script type="text/javascript">
    42   // All admin textarea are resizable
    4342  jQuery().ready(function(){
    44     jQuery("TEXTAREA, .categoryList").resizable({
    45       handles: "all",
     43    // Auto size for all text area
     44    jQuery("TEXTAREA").growfield();
     45    // All admin categoryList are resizable
     46    jQuery(".doubleSelect, .categoryList").resizable({
     47      knobHandles: false,
    4648      animate: true,
    4749      animateDuration: "slow",
Note: See TracChangeset for help on using the changeset viewer.