aCSSInlineStyle.add("border", "solid "
+ removeQuote(aYuiProperty.getFrom()));
}
CSSInlineStyleList.add(aCSSInlineStyle);
} else {
YuiTextBox aTextBox = (YuiTextBox) list.get(i);
CSSInlineStyle aCSSInlineStyle = new CSSInlineStyle();
aCSSInlineStyle.add("background", aTextBox.getBackground());
aCSSInlineStyle.add("width", aTextBox.getWidth() + "px");
aCSSInlineStyle.add("height", aTextBox.getHeight() + "px");
Map propertyMap = yuiAttribute.getPropertyMap();
Set keySet = propertyMap.keySet();
Iterator iter = keySet.iterator();
while (iter.hasNext()) {