Add parameters to iframe view

Hello , I have a layout and my page is correctly loaded :

var layout = {
        id: "mapsPlansView",
        view : "iframe",
        src : "views/maps/edition_webix.php?lang=" + lg,
    }

My problem is that ‘lg’ parameter has no effect in the page ($_GET) , how to do this ?

Thanks

Hello @romain,

Webix does not have a specific restriction in such case - as far as I can see, parameters are properly sent to the backend.
First of all, I would recommend you to check your backend script and make sure the parameters are received in other situations - for example, for data loading.

It is ok , I had a backend problem :wink: thanks