Class ::YUI::AnchorField (public)

 ::xotcl::Class ::YUI::AnchorField[i]

Defined in /var/www/openacs.org/packages/xowiki/tcl/yui-procs.tcl

In addition to the standard TableWidget's AnchorField, we also allow the attributes

  • onclick
  • target

Testcases:
No testcase defined.
Source code:
namespace eval ::YUI {}
::nsf::object::alloc ::xotcl::Class ::YUI::AnchorField {set :__default_metaclass ::xotcl::Class
   set :__default_superclass ::xotcl::Object}
::YUI::AnchorField instproc get-slots {} {
        set slots [list -${:name}]
        foreach subfield {href title CSSclass target onclick} {
          lappend slots [list -${:name}.$subfield ""]
        }
        return $slots
      }
::nsf::relation::set ::YUI::AnchorField superclass ::xo::Table::AnchorField
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: