// $Id: SkyImapMailListConfigPanel.wod 2 2004-08-20 11:37:44Z znek $ Panel: SkyPanel { panelName = panelName; isVisible = isVisible; string = string; filename = filename; } AttributeSorter: SkyListSorter { selectionTitle = "selection title"; nonSelectionTitle = "non selection title"; selection = state.attributes; item = item; list = ( "isNew", "sender", "sendDate", "subject", "to", "folder", "contentLen", "isFlagged" ); } AttributeLabel: WOString { value = attributeLabel; } Icon: WOImage { filename = attributeIcon; alt = attriubteLabel; border = "0"; } IsIcon: WOConditional { condition = isIcon; } IsAttribute: WOConditional { condition = isAttribute; }