Wooya

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • Wooya
    Participant

    About resizing search form try this:

    var ps = { multipleSearch:true, multipleGroup:true };

    $(“#mygrid”).searchGrid(ps);

    $(“#fbox_mygrid”)

    .height(“200px”);

    $(“#searchmodfbox_mygrid”)

    .width(“600px”)

    .css(“top”, ($(window).height() / 2 – $(“#searchmodfbox_mygrid”).height() / 2) + “px”)

    .css(“left”, ($(window).width() / 2 – $(“#searchmodfbox_mygrid”).width() / 2) + “px”)

    .hide();

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!