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/double_select.tpl

    r2602 r2603  
    1919  </tr>
    2020</table>
    21 
    22 {literal}
    23 <script type="text/javascript">
    24 jQuery().ready(function(){
    25   jQuery(".doubleSelect SELECT.categoryList").resizable({
    26     handles: "w,e",
    27     knobHandles: false,
    28     animate: true,
    29     animateDuration: "slow",
    30     animateEasing: "swing",
    31     preventDefault: true,
    32     preserveCursor: true,
    33     autoHide: true,
    34     ghost: true
    35 
    36   });
    37 });
    38 </script>
    39 {/literal}
Note: See TracChangeset for help on using the changeset viewer.