Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by john on Nov 17, 2008 19:41
open dhtmlx forum
dhtmlxlayout issue

<html>
<head>
<script src="dhtmlxLayout/codebase/dhtmlxlayout.js"></script>
<script src="dhtmlxLayout/codebase/dhtmlxcommon.js"></script>
<script src="dhtmlxWindows/codebase/dhtmlxcommon.js"></script>
<script src="dhtmlxWindows/codebase/dhtmlxwindows.js"></script>
<script>
     function doOnLoad()
     {
         myLayout = new dhtmlXLayoutObject(document.body, "2U");
     }
</script>
</head>
<body onload="doOnLoad()" style="width:100%; height:100%; margin:0px; overflow:hidden;">
</body>
</html>


For the above code i am getting error at line 62 ..char 11594
error 'this.skinParams[...].header_height is null or not an object.

Sorry! to say writing DHTML code is less and spending more time to debug dhtmlx code.
Non of the dhtmlxlayout example is working

Answer posted by Support on Nov 18, 2008 02:04
Does your browser support javascript?
Answer posted by YES !!!! on Nov 18, 2008 06:08

Answer posted by Support on Nov 18, 2008 06:28
Is problem occurs with some predefined samples or only with in your custom code?
Online samples uses the same approach and works correctly 
                 http://dhtmlx.com/docs/products/dhtmlxLayout/samples/conf/?un=1227019737000

The error which you mention may occur in case, when incorrect skin name was specified inside layout contstructor.
Which build of dhtmlxSuite you are using? ( build number written at first line of any js file )