Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Customising backend form View modes: 
User avatar
Certified Developer 10
Certified Developer 10
varinder-kudosweb - 5/30/2011 1:26:40 AM
   
Customising backend form
I have a form in the backend of kentico, which has massive number of checkboxes.
Is there any way to warp them in a 3-column layout or something?

heres the screen
User image

I tried to put a class name on the field in its document-type but it doesnt seem to work.

Can anyone point me in the right direction please?

cheers :)

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 5/30/2011 5:38:25 AM
   
RE:Customising backend form
Hello,

Regrettably, there is no easy fix for that. The problem is, that this is one control which renders all the check boxes. You can try to check the following file, how the form tab is generated, however the form definition is generated from the data saved in the database:

CMSModules\Content\CMSDesk\Edit\Edit.aspx.cs

You could also try to debug the styles (e.g. with firebug) used and to try to format the check boxes with css styling.

Best regards,
Boris Pocatko