2012-11-01 Junichi Satoh <junichi@rworks.jp>

* include/help/ja/help_alert_fields_description.php,
	include/help/ja/help_alert_fields_values.php: Added new help files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7118 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-11-01 03:13:17 +00:00
parent 42ac739002
commit 72f178f5c0
3 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-11-01 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_alert_fields_description.php,
include/help/ja/help_alert_fields_values.php: Added new help files.
2012-10-31 Sergio Martin <sergio.martin@artica.es>
* pandoradb_data.sql

View File

@ -0,0 +1,10 @@
<?php
/**
* @package Include/help/ja
*/
?>
<h1>フィールドの説明</h1>
コマンド設定のそれぞれのフィールドには、任意の説明を設定することができます。
<br><br>
この説明は、コマンドを選択したときにテキストボックスの近くのアクション設定フォームに表示されます。

View File

@ -0,0 +1,16 @@
<?php
/**
* @package Include/help/ja
*/
?>
<h1>フィールドの値</h1>
値とタグの一覧を定義することにより、フィールドに設定可能な値を制限することができます。一覧を定義した場合、フィールドは選択メニューになります。
<br><br>
フォーマットは次の通りです。
<br><br>
value1,tag1;value2,tag2;value3,tag3
<br><br>
:
<br><br>
1,Number one;2,Number two;3,Number three;4,Number four