This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
renderer Options
This page describes options that can be passed to fluid.render, fluid.selfRender, or fluid.reRender.
Field |
Description |
Type |
In/Out |
---|---|---|---|
|
Perhaps the most important parameter, contains the "data model" to which value bindings expressed within the tree will be expressed. |
free |
Mostly In, but the supplied model may be written to later as a result of servicing user actions, especially if the parameter |
|
a ChangeApplier object associated with the |
|
In |
|
If set, any user modification of fields with |
|
In |
|
If set, will cause the rendered ids to be uniquified against the supplied document, rather than the current one |
|
In |
|
If set, mismatches between template and component tree will be highlighted in an unreasonable garish pink colour |
|
In |
|
This map operates in conjunction with the |
free |
In/Out |
|
Configures the lookup from (I18N) messages referenced in the component tree, to some source of a message bundle |
|
In |
|
Will construct a |
|
In |
|
Will XMLEncode the rendered markup before insertion into the document. Can be useful for debugging |
|
In |
|
This is properly a directive to the parser, rather than the renderer, but the options structure is shared. This contains a list of pairs of |
Array of |
In |