初期バージョン から バージョン 1 における更新: 実行コマンド定義

差分発生行の前後
無視リスト:
更新日時:
2008/11/24 18:50:54 (16 年 前)
更新者:
moo (IP アドレス: 122.29.37.110)
コメント:

--

凡例:

変更なし
追加
削除
変更
  • 実行コマンド定義

    v1 v1  
     1= 実行コマンド定義 = 
     2 
     3帳票出力、CSVデータ取得、ロケーションの変更等、コマンドボタンを定義することが可能です。 
     4 
     5== 定義内容 == 
     6 
     7タグ名:Command 
     8 
     9||アトリビュート名||内容|| 
     10||ID||コマンドID(ユニークな値を設定)|| 
     11||Method||Find,Execute,!PrintOut,!ChangeLocation|| 
     12||Label||表示テキスト|| 
     13||Image||表示アイコンイメージ|| 
     14||Width||表示幅|| 
     15 
     16== 定義例 == 
     17 
     18 
     19{{{ 
     20<?xml version="1.0" encoding="utf-8" ?> 
     21<InfoEyesConfig> 
     22  <Title>InfoEyes Sample</Title> 
     23  <ToolBar> 
     24    <Command ID="C1" Method="PrintOut" Label="印刷" Image="Print.gif" Width="50px"/> 
     25    <Command ID="C2" Method="ChangeLocation" Label="終了" Image="Quit.gif" Width="50px" Location="../../null.htm"/> 
     26  </ToolBar> 
     27 
     28  ... 
     29}}}