/**
* @return html representation of the editor
*/
public String getEditor(EditorResources editorResources, Template template) {
writeProperties(template);
LabelResource labelResource = editorResources.getResource();
template.setVariable("id", editorResources.getWriteId());
template.setVariable("description", editorResources.getDescription());
template.setVariable("cssClass", "");