sr.append("\" description=\"");
sr.append(description);
sr.append("\" class=\"");
sr.append(modelFormField.getWidgetStyle());
sr.append("\" alert=\"");
sr.append(modelFormField.shouldBeRed(context)? "true": "false");
if (ajaxEnabled) {
String url = inPlaceEditor.getUrl(context);
Map<String, Object> fieldMap = inPlaceEditor.getFieldMap(context);
if (fieldMap != null) {