Faceted Browser

447 document(s) found.


Order by:
Open this query in the query search page

1-10 of 447 Next >

Actions Reference
Document Type: CocoonDocument
CocoonBlock:
CocoonComponentReference:
TODO
Action widget
Document Type: CocoonDocument
CocoonBlock: forms
CocoonComponentReference: FormsWidget
Concept Used to trigger an action event on the server side. Usually presented as a button the user can press (though this is not required). When an action widget was activated, validation will not be performed. This is because usually it would be strange to have other fields validated when the u...
Aggregatefield widget
Document Type: CocoonDocument
CocoonBlock: forms
CocoonComponentReference: FormsWidget
Concept An aggregated field allows to represent one value as multiple input fields, or several values as one field. Hence this widget is a field and a container widget simultaneously. Upon submit, it first attempts to read own value from the request, and splits over nested field widgets using a ...
Ajax
Document Type: CocoonDocument
CocoonBlock:
CocoonComponentReference:
Introduction Ajax is a catchy name for using JavaScript client-side code that communicates asynchronously with the server, thus allowing to escape the traditional web model where each button click translates to a full page reload. Cocoon Forms has a number of features that allow the building of ...
AjaxRequestMatcher
Document Type: SitemapComponent
CocoonBlock: ajax
CocoonComponentReference: Matcher
A matcher that tests if the current request is an Ajax request. This matcher provides no sitemap variables.
AjaxRequestSelector
Document Type: SitemapComponent
CocoonBlock: ajax
CocoonComponentReference: Selector
Chooses a select branch depending on if the current request is an Ajax request. The test value can be either "true" or "false".
AntBuildGenerator
Document Type: SitemapComponent
CocoonBlock: scratchpad
CocoonComponentReference: Generator
AsciiArtSVGGenerator
Document Type: SitemapComponent
CocoonBlock: asciiart
CocoonComponentReference: Generator
A Simple Example
Document Type: CocoonDocument
CocoonBlock:
CocoonComponentReference:
A simple CForms example In this example we will show how to create a simple registration form using CForms and flowscript. We will follow to following steps: Create a block for this sample Create a form definition file Create a template file Write a bit of flowscript Add some pipelines to the s...
AugmentTransformer
Document Type: SitemapComponent
CocoonBlock: core
CocoonComponentReference: Transformer
Augments all href attributes with the full path to the request. You can optionally specify the mount parameter.