Help for this page

Select Code to Download


  1. or download this
    -elide => boolean
     Elide  specifies whether the data should be elided.  Elided data is
     not displayed and takes no space on screen,  but  further  on
    behaves just as normal data.
    
  2. or download this
    sub hide_text {  
       my @r = $text->tagRanges('sel'); 
    ...
       $text->tagAdd('hide',@r); 
       return;   
    }