return $output . $this->output_end_tag($tag);
}
-
+
/**
* Prints an inline span element with optional text contents.
*
'alt' => $field->alt,
'title' => $field->title,
'maxlength' => $field->maxlength));
- return $returned;
}
/**
if (isset($table->headspan[$key]) && $table->headspan[$key] > 1) {
$heading->colspan = $table->headspan[$key];
$countcols += $table->headspan[$key] - 1;
- }
+ }
if ($key == $lastkey) {
$heading->add_class('lastcol');
'class' => $heading->get_classes_string(),
'scope' => $heading->scope,
'colspan' => $heading->colspan);
-
+
$output .= $this->output_tag('th', $attributes, $heading->text) . "\n";
}
$output .= $this->output_end_tag('tr') . "\n";
}
$row = $newrow;
}
-
+
$this->prepare_event_handlers($row);
$oddeven = $oddeven ? 0 : 1;