WebControls
A source-code add-on that allows you to work with the old WebForm project in Litium 7.
Litium.AddOns.WebControls is a source-code add-on that allows you to work with the old WebForm project in Litium 7. Since the old WebControls have been marked as obsolete, new ones must be used. In most cases you will need to replace the old namespaces with the new ones, according to the following table.
Old namespaces |
New namespaces |
Litium.Foundation.Modules.CMS.WebControls |
Litium.Foundation.Modules.Websites.WebControls |
Litium.Foundation.Modules.Relations.WebControls |
Litium.Foundation.Modules.Customers.WebControls |
Litium.Foundation.Modules.ProductCatalog.WebControls |
Litium.Foundation.Modules.Products.WebControls |
How to install
The add-on is installed as follows:
- Download the add-on package.
- Build the Litium.Studio.WebControls project.
- Copy Litium.Studio.WebControls.dll to the bin folder of your project.
- Replace the old namespaces with the new ones.
- Compile your solution.
The WebForm templates will now work on the public site. Web forms should also appear as a radio button in the Display template section.

Trouble shooting
If the web-form templates don't work on the public site, or if the radio button isn't visible, then check if Litium.AddOns.WebControls add-on and your project have the same version of Litium 7 (Litium.Web.Application).