- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::Table::TABLE::ImageAnchorField
::xo::Table::TABLE::ImageAnchorField create ...
Class Relations
- class: ::xotcl::Class
- superclass: ::xo::Table::TABLE::Field
- subclass: ::xo::Table::YUIDataTableRenderer::ImageAnchorField, ::xo::Table::BootstrapTableRenderer::ImageAnchorField, ::xo::Table::TABLE2::ImageAnchorField, ::xo::Table::TABLE3::ImageAnchorField
::xotcl::Class create ::xo::Table::TABLE::ImageAnchorField \ -superclass ::xo::Table::TABLE::FieldMethods (to be applied on instances)
render-data (scripted)
if {[$line exists ${:name}.href] && [set href [$line set ${:name}.href]] ne "" } { #if {$line exists ${:name}.CSSclass} {set CSSclass [$line set ${:name}.CSSclass]} $line instvar [list ${:name}.CSSclass CSSclass] html::a [:get_local_attributes href {style "border-bottom: none;"} {CSSclass class}] { html::img [$line attlist ${:name} {src width height border title alt}] {} } $line render_localizer }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables