Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > "Developing form controls" tutorial has wrong code View modes: 
User avatar
Member
Member
ctaleck IPAGlobal - 7/1/2009 3:15:04 PM
   
"Developing form controls" tutorial has wrong code
I just completed the "Developing form controls" tutorial and found some wrong code:

[C#]
public partial class CMSFormControls_ColorSelection : System.Web.UI.UserControl

to

public partial class CMSFormControls_ColorSelection : CMS.FormEngine.FormEngineUserControl


The assembly is actually found in CMS.FormControls (not CMS.FormEngine) and thus should be:

public partial class CMSFormControls_ColorSelection : CMS.FormControls.FormEngineUserControl

User avatar
Kentico Support
Kentico Support
kentico_radekm - 7/3/2009 7:05:57 AM
   
RE:"Developing form controls" tutorial has wrong code
Hello.

Yes, we already know about this mistake in our documentation. It will be fixed in the nearest version of our documentation.
I am sorry for this inconvenience.

Best Regards,
Radek Macalik