mode==='edit') {
if ($this->readOnly)
$html='';
else
$html='';
} elseif ($this->mode==='view') {
$html='';
} else {
$html='';
}
return $html;
}*/
/**
* attachEvents function is putting its events
*
* @access public
* @param string $element
* @return string
*
*/
function attachEvents ($element)
{
$html = 'var _editor_url = "";editor_generate("form[' . $this->name . ']");';
return $html;
}
}