lbineau

Results 20 comments of lbineau

Hello, I'm interested into that feature actually. Any news about its implementation? Thank you.

It seems that it is options for YouTubePlayer instance ```javascript let player = YouTubePlayer('domId', { 'videoId': 'theVideoId', 'playerVars': { 'autoplay': 0, 'controls': 0 } }) ``` But loadVideoById play the...

Any news on this topic? It has been created for 4 years already and I believe Form validation is quite common feature for any website. For now only "required" is...

+1 modify json files doesn't refresh the data (json file is dynamically loaded with JS) ```javascript module.exports = require('./i18n/' + argv.lang + '.json') ```

Thanks for replying. The javascript in the code doesn't seem to be embed in the HTML output. ![screen shot 2016-06-15 at 16 40 43](https://cloud.githubusercontent.com/assets/1534688/16084228/460707a0-3318-11e6-84ea-c0426964d6f6.png)

No more anwsers ? :(

I manage locally to have a inlineJs like inlineCss field. The code is running well but when I print the document inside the iframe, the document is the one from...

Même question, s'il y a besoin d'exécuter du JS (lancer une vidéo par exemple)

> Ran into this bug recently. This was causing an infinite loop in production: > > ```js > > moment.tz('2019-03-30T00:00:00', 'America/Scoresbysund').add(1, 'day').toString() > 'Sat Mar 30 2019 23:00:00 GMT-0100' >...

I also used @shsteimer 's solution and is working fine for my usecase. I prefer GUI so I'll switch back to IntelliVault when this get fixed.