protected function template()
    {
        $html = parent::template();
        $html .= <<<EOT
\t<script>
\t\tjQuery("#[ID]").peFieldSelectColumns();
\t</script>
EOT;
        return $html;
    }