Sha256: 9b4f724ffea5bd47d19a0af14277038c539a622c1328ad43ad312cefa74b8d28

Contents?: true

Size: 717 Bytes

Versions: 5

Compression:

Stored size: 717 Bytes

Contents

# this code is to call the help window
def runhelpwindowrwdfoldeditor

     $help_topic = "rwdfoldeditor_generalhelp"
   
   if @rwd_tab == "viewrwdfoldeditorfile"
        $help_topic = "foldlinkutility_help"
   end
     
   if @rwd_tab == "superantcomfoldeditor"
        $help_topic = "foldlinkview_help"
   end
   
   if @rwd_tab == "superantcomfoldeditorview" 
      
    $help_topic = "rwdfoldeditor_generalhelp"
   end 
   
    
   $helptopicsarray =  $helptopicsarray | ["rwdfoldeditor_generalhelp","foldlinkview_help","foldlinkutility_help"]
  
   
  
 if @rwd_window != "rwdtinkerhelpwindow"
       $previouswindow = @rwd_window
      $previoustab = @rwd_tab
  end
  runhelpwindow
end


Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
bigtinker-0.97 code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb
rwdfoldeditor-0.05 code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb
rwdfoldeditor-0.01 code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb
rwdfoldeditor-0.02 code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb
rwdfoldeditor-0.03 code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb