- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::Table::TABLE2
::xo::Table::TABLE2 create ...
Class Relations
::xotcl::Class create ::xo::Table::TABLE2 \ -superclass ::xo::Table::TABLEMethods (to be applied on instances)
render (scripted)
if {![nsf::is object [self]::__actions]} {:actions {}} if {![nsf::is object [self]::__bulkactions]} {:__bulkactions {}} set bulkactions [[self]::__bulkactions children] html::div { :render-actions if {![[self]::__bulkactions exists __identifier]} { html::div -class table { html::table -class ${:css.table-class} {:render-body} } } else { set name [[self]::__bulkactions set __identifier] html::form -name $name -action "" { html::div -class table { html::table -class ${:css.table-class} {:render-body} :render-bulkactions } } } }render-actions (scripted)
set actions [[self]::__actions children] if {[llength $actions] > 0} { html::div -class "actions" -style "float: left;" { html::ul -style "list-style:none; padding: 10px;" { foreach o $actions { html::li -class "button" {$o render} } } } }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables