When I try using the skin “winbiscarf” I get the following error. I implements following the example in the documentation http://www.dhtmlx.com/docs/products/dhtmlxTabbar/samples/04_styling/01_skins.html
I get the following error on my page load.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; Tablet PC 2.0)
Timestamp: Tue, 7 Dec 2010 02:31:59 UTC
Message: 'this.skinParams[...].cpanel_height' is null or not an object
Line: 13
Char: 183
Code: 0
URI: /dhtmlx/dhtmlxlayout.js
This error also occurs with teh default skin, but now with blue or skyblue etc.
To verify, I down loaded Layout and Tabbar and individual packaged and deployed the samples on my local machine.
[code]
[/code]
I change the style from “dhx_skyblue” to “winbiscarf” and got the same errors.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; Tablet PC 2.0)
Timestamp: Tue, 7 Dec 2010 10:55:32 UTC
Message: 'this.skinParams[...].cpanel_height' is null or not an object
Line: 13
Char: 183
Code: 0
URI: http://localhost/Test/dhtmlxTabbar/dhtmlxLayout/codebase/dhtmlxlayout.js
There is not “winbiscarf” for layout. Therefore you need to define layout skin in the attachLayout method:
tabbar.cells(“a1”).attachLayout(“3L”,“dhx_skyblue”);