*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jul 2000 19:35:45 +0200
changeset 1386 5b562fd44e68
parent 1385 cbe7e7763105
child 1387 65c9df9cb1ad
*** empty log message ***
UISpecificationTool.st
--- a/UISpecificationTool.st	Thu Jul 27 17:26:05 2000 +0200
+++ b/UISpecificationTool.st	Fri Jul 28 19:35:45 2000 +0200
@@ -13,6 +13,8 @@
 
 
 
+"{ Package: 'stx:libtool2' }"
+
 ApplicationModel subclass:#UISpecificationTool
 	instanceVariableNames:'modifiedHolder aspects specification selection specChannel
 		buildInView listOfSpecViews'
@@ -207,9 +209,12 @@
 #defaultLabel
 'Default label (used, if nothing selected).'
 
-#document
+#documentURL
 'Aspect selector or binding for a holder of the URL of the document.'
 
+#documentText
+'Aspect selector or binding for a holder of the html document itself.'
+
 #doubleClickSelector
 'Message sent to the application upon double click.'