Help for this page

Select Code to Download


  1. or download this
    $detailLog->configure( -state => 'disabled' );
    
  2. or download this
    $detailLog->configure( -state => 'normal' );
    $detailLog->insert( '1.0', 'some text' );
    $detailLog->configure( -state => 'disabled' );