UISpecificationTool.st
changeset 1386 5b562fd44e68
parent 1364 c931ea91276c
child 1401 f125c85f21e2
--- 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.'