I was looking to add some default styles to the HTML page and it looks like Falcon JX is creating it dynamically <https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Developer+Setup>, "The FalconJX compiler will generate an index.html file and a single minified .js file in bin/js-release and a debug version with many .js files in bin/js-debug."
Is there a way we can set it up to use a template? On Mon, Jun 6, 2016 at 1:20 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/6/16, 10:49 AM, "jude" <flexcapaci...@gmail.com> wrote: > > >I think for HTML5 we want to set the html and body width and height to > >100%. That should enable elements on the body to be constrained to the > >edge > >of the browser window. > > > >Peter, on the layout containers, I think we may be able to use a single > >container if we don't have any chrome but still want scroll bars. We would > >set the overflow to auto and that should clip the content and add scroll > >bars. There may be other use cases that that won't work. > > Yep, that optimization is awaiting a volunteer to code up. Any volunteers? > > Thanks, > -Alex > >