実行コマンド定義
帳票出力、CSVデータ取得、ロケーションの変更等、コマンドボタンを定義することが可能です。
定義内容
タグ名:Command
| アトリビュート名 | 内容 | 
| ID | コマンドID(ユニークな値を設定) | 
| Method | Find,Execute,PrintOut,ChangeLocation | 
| Label | 表示テキスト | 
| Image | 表示アイコンイメージ | 
| Width | 表示幅 | 
| Location | 任意のURL(ChangeLocationの場合有効) | 
定義例
<?xml version="1.0" encoding="utf-8" ?>
<InfoEyesConfig>
  <Title>InfoEyes Sample</Title>
  <ToolBar>
    <Command ID="C1" Method="PrintOut" Label="印刷" Image="Print.gif" Width="50px"/>
    <Command ID="C2" Method="ChangeLocation" Label="終了" Image="Quit.gif" Width="50px" Location="../../null.htm"/>
  </ToolBar>
  ...
