.addIfExists("tabindex", params.get("tabindex"))
.addIfExists("style", params.get("cssStyle"))
.addIfExists("title", params.get("title"));
if (id != null && !"".equals(id)) {
attr.addDefaultToEmpty("id", "__" + dateWord.getDescription() + "_" + id);
}
if (name != null && !"".equals(id)) {
attr.addDefaultToEmpty("name", "__" + dateWord.getDescription() + "_" + name);
} else {
attr.addDefaultToEmpty("name", dateWord.getDescription());