Exemple #1
0
 def htmlHelp(self, helpString=None, title=None, istask=False, tag=None):
     """ Overridden version, use irafhelp to invoke the HTML help """
     # Help on EPAR itself will use helpString and title.  If so, defer
     # to base, otherwise call irafhelp.help() for task specific text.
     if helpString and title:
         editpar.EditParDialog.htmlHelp(self, helpString, title,
                                        istask=istask, tag=tag)
     else:
         # Invoke the STSDAS HTML help
         irafhelp.help(self.taskName, html=1)
    def htmlHelp(self, event=None):

        # Invoke the STSDAS HTML help
        irafhelp.help(self.taskName, html=1)