<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>6.5 Script on JP1 Cloud Service 運用統合 利用ガイド</title>
    <link>https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/index.html</link>
    <description>Recent content in 6.5 Script on JP1 Cloud Service 運用統合 利用ガイド</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja</language><atom:link href="https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>6.5.1 アクションのスクリプト（UIバージョン1.0）</title>
      <link>https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/action_script1.0/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/action_script1.0/index.html</guid>
      <description>ScriptのYAMLファイル内のラベル&amp;quot;file&amp;quot;で指定するスクリプトをあらかじめ作成する必要があります。スクリプトはJavaScriptで記述してください。以下に各コンポーネントでアクションが実行されるタイミングおよび呼び出される関数名の一覧を示します。お客様はスクリプト内に該当する関数名を定義し、アクションの内容を記述してください。
（表）各コンポーネントでの実行タイミングおよび関数名一覧（UIバージョン1.0）
コンポーネント アクションが実行される
タイミング スクリプト内で
呼び出される関数名 関数の引数 データ形式 設定する値 Grid 画面の表示時 handleLoad - - Button ボタンのクリック時 handleClick - - Form 値の変更時 handleChange Object 変更後の値 選択肢の変更時 handleChange Object 変更後の値 チェックボックスのチェック変更時 handleChange boolean 変更後の値 フォーカスを外した時 handleBlur※ - - Table セル値の変更時 handleCellValueChange string 変更後の値 選択行の変更時 handleSelectionModelChange Array&amp;lt;string&amp;gt; 選択行のID ※Formに指定するカラムのタイプがtimestamp、date、timeの場合は関数「handleBlur」を使用できません。 以下に、アクションの内容を記述する際に使用可能である関数名の一覧を示します。
（表）アクションの内容を記述する際に使用可能である関数名一覧（UIバージョン1.0）
クラス名 関数名 関数の引数 アクションの内容 データ形式 変数名 設定する値 OIWindow open string - type &amp;quot;move&amp;quot;、&amp;quot;new_window&amp;quot;、&amp;quot;new_tab&amp;quot;のいずれかを指定する。 &amp;quot;move&amp;quot;：アクティブタブに指定したページを表示する。 &amp;quot;new_window&amp;quot;：新しいウィンドウで指定したページを表示する。 &amp;quot;new_tab&amp;quot;：新しいタブで指定したページを表示する。 ページ、またはUIを開く。 Object options - string url typeが&amp;quot;move&amp;quot;、&amp;quot;new_window&amp;quot;、&amp;quot;new_tab&amp;quot;の場合、urlに表示するページのURLを指定する。</description>
    </item>
    <item>
      <title>6.5.2 アクションのスクリプト（UIバージョン1.1）</title>
      <link>https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/action_script1.1/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://itpfdoc.hitachi.co.jp/manuals/JCS/JCSM71029001/yaml/yaml_script/action_script1.1/index.html</guid>
      <description>ScriptのYAMLファイル内のラベル&amp;quot;file&amp;quot;で指定するスクリプトをあらかじめ作成する必要があります。スクリプトはJavaScriptで記述してください。以下に各コンポーネントでアクションが実行されるタイミングおよび呼び出される関数名の一覧を示します。お客様はスクリプト内に該当する関数名を定義し、アクションの内容を記述してください。
（表）各コンポーネントでの実行タイミングおよび関数名一覧（UIバージョン1.1）
コンポーネント アクションが実行される
タイミング スクリプト内で
呼び出される関数名 関数の引数 データ形式 変数名 設定する値 Grid 画面の表示時 handleLoad - - - Button ボタンのクリック時 handleClick※1 string name クリックしたボタンの名前 ボタンクリック直後 handleBeforeAction※2 - - - データ保存前 handleBeforeSave※2 - - - データ保存後 handleAfterSave※2 - - - ワークフローを次のステップにすすめる処理の前 handleBeforeRequestWorkflow※2 - - - handleBeforeResumeStep※2 - - - Form 画面の表示時 handleLoad - - - Formの初期表示データ取得時 handleAfterLoadData - - - Formフィールドの変更時 handleChange string fieldName 変更されたフィールドの名前 any fieldValue 変更されたフィールドの値 Object fieldExtension 変更されたフィールドの値 boolean fieldExtension.</description>
    </item>
  </channel>
</rss>