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

Another new option added for my application, because we use jqModal Windows, and didn't want the extruder to appear above these.

"alwaysOnTop" : true //enable(default)/disable automatically highest z-index

in script added line 219:

From:

218 var position = opt.position;
219 extruder.mb_bringToFront();
To:
218 var position = opt.position;
219 if (opt.alwaysOnTop)
220 extruder.mb_bringToFront();

Best Regards,

Seb

asked Nov 15 '10 at 07:28

killercowuk's gravatar image

killercowuk
32

edited Nov 15 '10 at 07:31


Thnx, I'll see to implement it on next release.

answered Nov 19 '10 at 15:26

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

jQuery main site - Matteo Bicocchi