newcolumn not working with Custom_Layout

Hi,

newcolumn is not working for me with Custom_Layout("dhx_web) but with Standard Layout(dhx_skyblue). What can I do to make this working. This is my code

	formData=[
			{type:"fieldset", label:arrBelege[0], list:[
			{type: "label", label: "Anzahl Belege:" ,className: "myLabel2"},
			{type: "label", label: "Brutto Umsatz:",className: "myLabel2"},
			{type: "label", label: "Netto Umsatz:",className: "myLabel2"},
			{type: "label", label: "Nutzen:",className: "myLabel2"},
			{type: "label", label: "EKWert:",className: "myLabel2"},
			{type: "newcolumn"},
			{type: "label", label: " "},
			{type: "label", label: arrAnzBelege[0],  className: "myLabel"},
			{type: "label", label: arrBrutto[0] + " €",  className: "myLabel"},
			{type: "label", label: arrNetto[0]+ " €",  className: "myLabel"},
			{type: "label", label: arrNutzen[0]+ " €",  className: "myLabel"},
			{type: "label", label: arrEKWert[0]+ " €",  className: "myLabel"}]},
			{type:"newcolumn"}, 
			{type: "button", name: "btn", value: "<-", command: "save"}
          ];

		dhxForm = tabbar.cells(activeTab).view("tree").attachForm(formData);

Hi
I need to specify, what version of a form do you use.
We need completed demo to see the js files:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Here is my example…appreciate your help
Example.zip (604 KB)

Hi

custom.css seems like for web skin,
but dhtmlx.css does not contain web skin, skyblue only.
for skyblue works fine, try:

comment this line:

Thanks Andrei for your Support. I know that this works with skyblue like i mentioned in my first post. Is there no way to get this working with custom_layout?

Well,

you just need correct css
native css for web skin should be included into zip you downloaded from our site
designer also have “skin” option (top-left side)

dhtmlx.css - this one, check zip, fine dhtmlx_web.css or so

Sry but i dont find any dhtmlx_web.css

well,

I just opened dhtmlx.com
downloaded zip from here dhtmlx.com/x/download/regula … xSuite.zip
it have file dhtmlx_std_full_web_skin.zip inside 620kb
this archive contain imgs, dhtmlx.css and dhtmlx.js for web skin

if you’re using pro version please contuct us sales@dhtmlx.com

thank you very much, i didnt no that there was such a file.