Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -r1.57.2.13 -r1.57.2.14 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 27 Mar 2017 11:21:38 -0000 1.57.2.13 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 22 Apr 2017 17:34:03 -0000 1.57.2.14 @@ -1,5 +1,5 @@ ::xo::library doc { - XOTcl HTML Widget Classes based on tdom + XOTcl HTML Widget Classes based on tDOM @author Gustaf Neumann (neumann@wu-wien.ac.at) @author Neophytos Demetriou (k2pts@phigita.net) @@ -109,7 +109,7 @@ # # autorendering means that after creating an ordered composite, # the topmost element is automatically rendered. This makes - # the ::xo::tdom classes behave more like plain tdom commands. + # the ::xo::tdom classes behave more like plain tDOM commands. # #my log "tdom AUTO $level [$me autorender]" @@ -124,7 +124,7 @@ } # - # The tdom attribute manager makes it syntactically easier to + # The tDOM attribute manager makes it syntactically easier to # specify a list of attributes for rendering via tDOM. # ::xotcl::Class create ::xo::tdom::AttributeManager @@ -179,7 +179,7 @@ # # ::xo::tdom::Object - # is the top of the class hierarchies for tdom objects + # is the top of the class hierarchies for tDOM objects # ::xotcl::Class create ::xo::tdom::Object \ -superclass {::xo::tdom::AttributeManager ::xo::OrderedComposite} \ @@ -190,7 +190,7 @@ } # - # General of HTML markup CSRF tokens in tdom contexts + # General of HTML markup CSRF tokens in tDOM contexts # namespace eval ::html {} proc ::html::CSRFToken {} {