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

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.
Methods
run    to_s   
Public Instance methods
run()
to_s()