page.writeStart("div", "class", "tabbed");
// Editorial field description.
page.writeStart("div", "data-tab", "For Editors");
GuideType guideType = GuideType.Static.getGuideType(type);
ReferentialText fieldDescription = null;
if (guideType != null) {
fieldDescription = guideType.getFieldDescription(fieldName, null, false);
}
if (fieldDescription != null && !fieldDescription.isEmpty()) {
StringBuilder cleaned = new StringBuilder();