ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: emontes on April 30, 2016, 06:12:37 am

Title: How to make a Toolbar button to open an url?
Post by: emontes on April 30, 2016, 06:12:37 am
I mean, I need a button in the toolbar to open a news website,  and also In the grid a button to do something like "Show this product page"
Title: Re: How to make a Toolbar button to open an url?
Post by: paramvir on May 02, 2016, 08:57:02 am
Please consult the demos, there are many examples for placing a button in the toolbar and the grid cells.

http://paramquery.com/pro/demos/checkbox_id

http://paramquery.com/pro/demos/editing ( check the code for column.render and column.postRender in last column of colModel )

The code to open a new window/ website can be placed in the button listener callback / click event.