}
function _process() {
- $this->mProccessed = true;
+ $this->mProccessed = true;
- if ($this->mInteractive) {
+ if ($this->mInteractive) {
// Add a column of clickable checkboxes.
$column = new TableColumn("","<input type=\"checkbox\" name=\"".$this->getName()."_all\" onclick=\"setAll(this.checked)\">");
import('form.CheckboxCellRenderer');
}
function toStringControl() {
- if (!$this->isRenderable()) return "";
if (!$this->mProccessed) $this->_process();
$html = "";