diff -r cbe7e7763105 -r 5b562fd44e68 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.'