Ask questions and get good answers on mb.jQuery.components

Hi and respect for the work.

What would I need to modify to prevent closing of extruder?

Thank you very much ;)

asked May 17 '11 at 11:10

monkey's gravatar image

monkey
1

closed Jun 08 '11 at 15:57

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

The question has been closed for the following reason "The question is answered, right answer was accepted" by Matteo Bicocchi Jun 08 '11 at 15:57


Hi, there's the "closeOnExternalClick" parameter you can set to "true" in the initialize function that prevent the mbExtruder to close clicking out on the page:

$("#extruderTop").buildMbExtruder({
                positionFixed:false,
                position:"top",
                width:350,
                extruderOpacity:1,
                autoCloseTime:0,
                closeOnExternalClick:true,
                autoOpenTime:1000,
                hidePanelsOnClose:false,
                onExtOpen:function(){},
                onExtContentLoad:function(){},
                onExtClose:function(){}
            });

I suggest you to download the 2.3 prerelease where I fixed several bugs:

https://github.com/pupunzi/jquery.mb.extruder/zipball/v.2.3

answered May 19 '11 at 18:09

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×5
×2
×1
×1
×1

Asked: May 17 '11 at 11:10

Seen: 323 times

Last updated: Jun 08 '11 at 15:57

jQuery main site - Matteo Bicocchi