// $Id: LSWImapMailFolderEditor.wod 2 2004-08-20 11:37:44Z znek $ Frame: LSWSkyrixFrame {} Window: LSWWindowFrame { title = labels.FolderEditorTitle; onClose = cancel; } Form: WOForm { name = "editform"; action = save; } SaveSubmit: WOSubmitButton { action = save; value = labels.saveButtonLabel; disabled = isSaveDisabled; class = "button_narrow"; } SaveSubmitDA: WOSubmitButton { action = save; value = labels.saveButtonLabel; disabled = isSaveDisabled; class = "button_narrow_da"; } IsSaveEnabled: WOConditional { condition = isSaveDisabled; negate = YES; } IsSaveDisabled: WOConditional { condition = isSaveDisabled; } CancelSubmit: WOHyperlink { action = cancel; string = labels.cancelButtonLabel; class = "button_narrow"; } AttributeCell: SkyAttributeCell {} ValueCell: SkyValueCell {} FolderNameLabel: WOString { value = labels.folderName; } FolderName: WOTextField { name = "foldername"; value = folderName; size = 40; formatter = session.formatString; maxlength = "255"; } Font: SkyConfigFont {} EditFont: SkyConfigEditFont {}