Hi,
is it possible to place the message displayed whith the insert button
ctrl.setMessage("Sending request to server...");
or
var message = result["txt"] + " !!!";
ctrl.setMessage(message);
at a specific row and col in the page?
may I use the $message variable ? If yes, how ?
Thanks
Fabio