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:
parent
42ac739002
commit
72f178f5c0
|
@ -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
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>フィールドの説明</h1>
|
||||
|
||||
コマンド設定のそれぞれのフィールドには、任意の説明を設定することができます。
|
||||
<br><br>
|
||||
この説明は、コマンドを選択したときにテキストボックスの近くのアクション設定フォームに表示されます。
|
|
@ -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
|
Loading…
Reference in New Issue