|
All content with label monorail.
Related Labels:
documentation-push, viewengines, aspview, viewcomponents, documentation-in-progress, validation, routing
Monorail Validation
(MonoRail)
scratchpad for documentation on the validation implementation in Monorail. Please add anything you see fit and when it reaches a nearcomplete stage I will pull it out as a patch for the Castle documentation
Other labels:
validation, documentation-in-progress, documentation-push
|
Routing Overview
(MonoRail)
scratchpad for documentation on the new Routing Engine. Please add anything you see fit and when it reaches a nearcomplete stage I will pull it out as a patch for the Castle documentation. Configuration Simply add the following to your HttpModules section in web.config: <add ...
Other labels:
documentation-push, routing, documentation-in-progress
|
Castle.MonoRail.ViewComponents
(Castle Contrib)
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 ...
Other labels:
viewcomponents
|
Routing tips
(MonoRail)
MonoRail routing service is meant to be extensible. Here should be random collected tips Tip: allow identifiers with dot to be matched in url parts You may want to have some url parts with dot in it such as /profile/my.user.name/form.mr this currently should ...
|
AspView view syntax dingus
(Castle Contrib)
moved to MR:AspView view syntax dingus
Other labels:
aspview, viewengines
|
Castle.MonoRail.Views.AspView
(Castle Contrib)
AspView as moved to MonoRail space: MR:Castle.MonoRail.Views.AspView
Other labels:
aspview, viewengines
|
Faq Item Component
(Castle Contrib)
ViewComponent to build one item of a Frequently Asked Questions list. The generated markup displays the question, and using DHTML, displays & hides the answer when the question text is clicked. public class FaqItemComponent Remarks FaqItemComponent is one of two different components ...
Other labels:
viewcomponents
|
|
|