- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::Table::ImageField
::xo::Table::ImageField create ... \
[ -alt alt ] \
[ -border border ] \
[ -height height ] \
[ -src src ] \
[ -title title ] \
[ -width width ]
Class Relations
- class: ::xotcl::Class
- superclass: ::xo::Table::Field
- instmixin: ::xo::Table::TABLE3::ImageField
- subclass: ::xo::Table::ImageAnchorField
::xotcl::Class create ::xo::Table::ImageField \ -superclass ::xo::Table::Field \ -instmixin ::xo::Table::TABLE3::ImageFieldMethods (to be applied on instances)
alt (setter)
border (setter)
get-slots (scripted)
set slots [list -${:name}] lappend slots [list -${:name}.src ${:src}] lappend slots [list -${:name}.CSSclass ${:CSSclass}] foreach att {width height border title alt} { if {[info exists :$att]} { lappend slots [list -${:name}.$att [:$att]] } else { lappend slots [list -${:name}.$att] } } return $slotsheight (setter)
src (setter)
title (setter)
width (setter)
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables