CKString

Class/Module:
Class
In:
lib/cgikit.rb
Parent:
CKElement

Description

CKString shows the result of binding as string.

Bindings

Required attributes: value

value:Text to be displayed.
escape:Escapes HTML control characters in "value" if the "escape" is true. The default value is true.
empty:Text that is substituted for "value" when the "value" is nil.

Programming Topics

Methods

own_attributes
run
to_s

Included modules

ElementAttribute

Public Class Methods

own_attributes()

Public Instance Methods

run()
to_s()