--- loncom/xml/lonxml.pm 2002/03/06 20:28:19 1.155 +++ loncom/xml/lonxml.pm 2002/03/08 18:32:55 1.156 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.155 2002/03/06 20:28:19 matthew Exp $ +# $Id: lonxml.pm,v 1.156 2002/03/08 18:32:55 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -430,12 +430,18 @@ ENDREGTHIS ENDDONOTREGTHIS } if ($target eq 'edit') { + # Javascript routines for construction space: + # openbrowser and opensearcher will start the file browser + # (lonindexer) and searcher (lonsearchcat) respectively. + # Inputs are the name of the html form being used + # and the name of the element the selected URL should + # be placed in. $result .=<<"ENDBROWSERSCRIPT"; ENDBROWSERSCRIPT