Help for this page

Select Code to Download


  1. or download this
    <gfx>
        <maintainedButton name="MaintainedPushButton1" >
    ...
            </connections>
        </maintainedButton>
    </gfx>
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
      my $state = $title->findvalue('/states/state[@stateId ="0"]/@stateId
    +');
      print "$button\t$state\n"; 
    }