- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::formfield::MI
::xowiki::formfield::MI create ...
Class Relations
::xotcl::Class create ::xowiki::formfield::MI \ -superclass ::xowiki::formfield::selectMethods (to be applied on instances)
initialize (scripted)
set :options { {00 0} {05 5} {10 10} {15 15} {20 20} {25 25} {30 30} {35 35} {40 40} {45 45} {50 50} {55 55} } nextvalue (scripted)
if {[llength $args] == 0} {return ${:value}} else { set v [lindex $args 0] if {$v eq ""} { set :value "" } else { # round to 5 minutes set :value [lindex ${:options} [expr {($v + 2) / 5}] 1] } }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables