- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowf::test_item::td_pretty_value
::xowf::test_item::td_pretty_value create ...
Class Relations
::xotcl::Class create ::xowf::test_item::td_pretty_value \ -superclass ::xowiki::formfield::FormFieldMethods (to be applied on instances)
pretty_value (scripted)
# # In case the form_field_class has a "td_pretty_value" defined, # return its value. This is e.g. useful, when we have shuffled # fields, which are different per user. When we initiate the field # we would see just see the subset of fields for this user, but in # the tabular view, it is required to see in one columns all fields. # #ns_log notice "${:name} pretty_value [:info precedence] // [:istype ::xowiki::formfield::text_fields]" if {[:procsearch td_pretty_value] ne ""} { set v [:td_pretty_value $value] } else { set v [next] } return $v
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables