What is it?
The Castle.MonoRail.ViewComponents project is a contrib project that aims to aggregate useful view components from the community and their documentation.
The Contrib ViewComponents are contained in the assembly Castle.MonoRail.ViewComponents.dll. To use any of them, that assembly must be referenced in the controllers section of the website web.config file.
<monorail> <controllers> ... <assembly>Castle.Monorail.ViewComponents</assembly> </controllers> ... </monrail> |
You can get the components from Subversion here:
Or you can download the binary and the example/test site:
Available components:
- Breadcrumb Component
- [Captcha Component]
- Checkbox List Component
- Collapsible Panel Component
- Column Chart Component
- [Dual List Component]
- Faq Item Component
- Faq List Component
- Gravatar Component
- Grid Component
- Smart Grid Component
- InsertJavascriptComponent
- JavascriptComponent
- [Link Submit button Component]
- [Masked textbox Component]
- Menu Component
- MoreLessText Component
- [Search Form Component]
Other features
- MobileFilter
- [Whitespace Transform Filter]
- Web Trace Extension

(resolved)