Class Text-Presentation

A default presentation that renders values as
text.

Part of:

package weblocks, class url-presentation, class predicate-presentation, class password-presentation, class paragraph-presentation, class image-presentation, class excerpt-presentation, class presentation

Direct Superclass

presentationBase class for all presentations. Exists in order
to help manage CSS and JavaScript dependencies ...

Direct Subclass

excerpt-presentationPresents a large amount of text as an HTML
paragraph.
image-presentationPresents a url as an image.
paragraph-presentationPresents a large amount of text as an HTML
paragraph.
password-presentationA presentation for passwords.
predicate-presentationA default presentation that renders values as
predicates, where nil is treated as false, and an...
url-presentationPresents text as a url.

Direct Method

render-view-field-valueRenders 'value' obtained from 'field' using
'presentation'. If this function requires a textual r...

Other Method

dependenciesReturn a list of dependencies for a particular
object.

Whenever a widget is rendered by webl...