Luis Majano Forums Notification: Post to problems with <cflayout> + coldbox (CF8)

Title: RE: problems with <cflayout> + coldbox (CF8)
Thread: problems with <cflayout> + coldbox (CF8)
Forum: Need Help?
Conference: ColdBox
User: daemach

Yes, it's very odd. The script that calls those library functions is generated
correctly, the only thing missing is the script tags that actually load the
libraries themselves. Example below:

[code]<script type="text/javascript">
var _cf_menu_init_1187056441405=function()
          {
            var _cf_menu=new
YAHOO.widget.Menu("nav", { position:"static", visible:true, showdelay:250,
hidedelay:10, lazyload:true});
            _cf_menu.render();
            _cf_menu.show();
};ColdFusion.Event.registerOnLoad(_cf_menu_init_1187056441405);
</script>
        
      <script type="text/javascript">
        var
_cf_layout_init_1187056441412=function()
        {
          var _cf_layout=new
Ext.BorderLayout( 'admin', {hideOnLayout: true
          
          , north: {
split: false
          , initialSize: 100
          , autoScroll: true