Subversion Repositories wimsdev

Rev

Rev 6940 | Rev 13280 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. jQuery(function($) {
  3.     var wims_menu = $("#wimsmenumodubox");
  4.     if (wims_menu)
  5.     {
  6.         wims_menu.addClass("{title:'↑↓'}");
  7.  
  8.         wims_menu.buildMbExtruder({
  9.             position:"left",
  10.             width:250,
  11.             extruderOpacity:0.8,
  12.             textOrientation:"tb",
  13.             onExtOpen:function(){},
  14.             onExtContentLoad:function(){wims_menu.openPanel();},
  15.             onExtClose:function(){}
  16.         });
  17.     }
  18. });
  19.