attributes["id"], ' ul").sortable(', $this->jQueryOptions(), ');'; echo 'jQuery("#', $this->attributes["id"], ' ul").disableSelection();'; } public function render() { if(substr($this->attributes["name"], -2) != "[]") $this->attributes["name"] .= "[]"; echo '
"; } public function renderCSS() { echo '#', $this->attributes["id"], ' ul { list-style-type: none; margin: 0; padding: 0; cursor: pointer; }'; echo '#', $this->attributes["id"], ' ul li { margin: 0.25em 0; padding: 0.5em; font-size: 1em; }'; } }