Help for this page

Select Code to Download


  1. or download this
    my ($inner,$nodeloc,$title,$htmltitle)=@_;
    
    ...
                   $view ? (displaytype => $view) : () 
               }
           );
    
  2. or download this
    my ($user_spec, $text, $linktype, $idonly, $create) = @_;
    # $user_spec => a $USER object, a users id, or a users name
    ...
    
    # Return the link/or ID of the scratchpad
    return $idonly ? $pad_id : linkNode($pad_id, $text, $linktype);
    
  3. or download this
    my ($inner)=@_;
    
    ...
                       $display ? { displaytype => $display } : ()
              )
           ;