ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: kjvjung on September 11, 2017, 04:14:58 pm

Title: catch the maximum button (= fullscreen) event
Post by: kjvjung on September 11, 2017, 04:14:58 pm
Hello

For special reasons, I need to catch the maximum button (= fullscreen) event.

For example,

Click sorting ==== beforeSort: function (evt) {.....}
 

Reset filters Click ==== type: 'button',
label: 'Reset filters'
listener: function () {
.....
}

maximum button (= fullscreen) event ====?
Title: Re: catch the maximum button (= fullscreen) event
Post by: kjvjung on September 11, 2017, 04:20:10 pm
Sorry. Resolved.

      $(".pq-ui-button").click(
         function() {
            //..................
         }
      );
Title: Re: catch the maximum button (= fullscreen) event
Post by: paramvir on September 11, 2017, 04:48:27 pm
There is toggle event.

https://paramquery.com/pro/api#event-toggle