+fileNameField with history and browse
authorClaus Gittinger <cg@exept.de>
Fri, 11 Jul 2008 21:45:29 +0200
changeset 2374 09f112698a15
parent 2373 03e95da6776d
child 2375 c775c95566b9
+fileNameField with history and browse
UISelectionPanel.st
--- a/UISelectionPanel.st	Wed Jul 09 19:39:43 2008 +0200
+++ b/UISelectionPanel.st	Fri Jul 11 21:45:29 2008 +0200
@@ -1110,6 +1110,12 @@
               layout: (LayoutFrame 3 0 141 0 208 0 163 0)
               acceptOnPointerLeave: true
             )
+           (FilenameInputFieldSpec
+              name: 'Filename + History'
+              layout: (LayoutFrame 3 0 171 0 208 0 193 0)
+              acceptOnPointerLeave: true
+              viewClassName: #FilenameWidgetWithHistory
+            )
            (LabelSpec
               label: 'Label'
               name: 'Label'