writer.writeIdAttribute(command.getClientId(facesContext));
addAcceleratorKey(facesContext, command, label.getAccessKey());
}
}
writer.writeAttribute(HtmlAttributes.HREF, "#", false);
writer.writeAttribute(HtmlAttributes.ONFOCUS, "tobagoMenuFocus(event)", false);
writer.writeAttribute(HtmlAttributes.ONBLUR, "tobagoMenuBlur(event)", false);
writer.writeAttribute(HtmlAttributes.ONKEYDOWN, "tobagoMenuKeyDown(event)", false);
writer.writeAttribute(HtmlAttributes.ONKEYPRESS, "tobagoMenuKeyPress(event)", false);
if (label.getText() != null) {
HtmlRendererUtil.writeLabelWithAccessKey(writer, label);