// bind template to controller // TODO: replace LSWObjectEditor ... AddressEditor: LSWObjectEditor { labels = labels; object = address; attributes = ( { key = "name1"; }, { key = "name2"; }, { key = "name3"; }, { key = "street"; }, { key = "city"; }, { key = "zip"; }, { key = "state"; }, { key = "country"; } ); prefix = address.type; } AttributeCell: SkyAttributeCell {} ValueCell: WOGenericContainer { elementName = "td"; align = "left"; valign = "top"; bgcolor = config.colors_valueCell; } AddressTypeLabel: WOString { value = labels.addressType; escapeHTML = NO; } AddressType: WOString { value = typeLabel; } Font: SkyConfigFont {} EditFont: SkyConfigEditFont {}