| presentation | Base class for all presentations. Exists in order to help manage CSS and JavaScript dependencies ... |
|---|
| excerpt-presentation | Presents a large amount of text as an HTML paragraph. |
|---|---|
| image-presentation | Presents a url as an image. |
| paragraph-presentation | Presents a large amount of text as an HTML paragraph. |
| password-presentation | A presentation for passwords. |
| predicate-presentation | A default presentation that renders values as predicates, where nil is treated as false, and an... |
| url-presentation | Presents text as a url. |
| render-view-field-value | Renders 'value' obtained from 'field' using 'presentation'. If this function requires a textual r... |
|---|
| dependencies | Return a list of dependencies for a particular object. Whenever a widget is rendered by webl... |
|---|