Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > need to create properties on the custom form control View modes: 
User avatar
Member
Member
gooera-gmail - 1/20/2010 10:27:25 PM
   
need to create properties on the custom form control
Hi guys,

I need to create a custom form control. And i'm cofused about how to make the control properties (something similar with the "Repeat direction" or "Options" for the Radio buttons field type). Anyone could help me?

Thanks,
~ Goo

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/21/2010 3:20:50 AM
   
RE:need to create properties on the custom form control
Hi Goo,

could you please tell us:

1. what version of Kentico CMS you use?

2. where you use the form controls? (document types, BizForms, ...)

Thank you for your reply.

Best regards,
Helena Grulichova

User avatar
Member
Member
gooera-gmail - 1/21/2010 4:00:47 AM
   
RE:need to create properties on the custom form control
Hi Helena,

I'm using version 4.1, and the custom form control is going to be used at BizForms.

Regards,
~ Goo

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/21/2010 5:41:44 AM
   
RE:need to create properties on the custom form control
Hi Goo,

the recent form control properties are implemented directly in the Field editor:
<web ste \CMSAdminControls\Class\FieldEditor.ascx

You could re-write to add the custom functionality. Please note that the properties of form controls are not supported by default so upgrade procedure can re-write your custom code in Field editor. You would need to copy the changes to every upgraded version.

Best regards,
Helena Grulichova