<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>4.3. Hidden (é ã) ãã¼ã¿</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="Runemaster ããã¥ã¢ã«">
<link rel="up" href="form.html" title="第4ç« ãã©ã¼ã ">
<link rel="prev" href="template.form.select.element.html" title="4.2. ã»ã¬ã¯ãè¦ç´ ã®æä½">
<link rel="next" href="element.html" title="第5ç« ã¨ã¬ã¡ã³ã">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">4.3. Hidden (é ã) ãã¼ã¿</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="template.form.select.element.html">åã®ãã¼ã¸</a> </td>
<th width="60%" align="center">第4ç« ãã©ã¼ã </th>
<td width="20%" align="right"> <a accesskey="n" href="element.html">次ã®ãã¼ã¸</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" lang="ja">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="template.form.hidden.element"></a>4.3. Hidden (é ã) ãã¼ã¿</h2></div></div></div>
<div class="section" lang="ja">
<div class="titlepage"><div><div><h3 class="title">
<a name="hidden.value.setting"></a>4.3.1. Hidden ãã¼ã¿ãæ¿å
¥ãã</h3></div></div></div>
<p>
setHiddenValue ã¡ã½ããã使ç¨ããã¨ã
æå®ãããã©ã¼ã ã«å¯¾ã㦠Hidden (é ã) ã¿ã¤ãã®ãã¼ã¿ãæ¿å
¥ãããã¨ãã§ãã¾ãã
</p>
<div class="example">
<a name="id343811"></a><p class="title"><b>ä¾ 4.3. æå®ãã©ã¼ã ã« Hidden ã¿ã¤ãã®ãã¼ã¿ãæ¿å
¥ãã</b></p>
<div class="example-contents"><div class="variablelist"><dl>
<dt><span class="term">ãã³ãã¬ã¼ã</span></dt>
<dd><pre class="programlisting">
<form name="form1">
</form></pre></dd>
<dt><span class="term">PHP ã³ã¼ã</span></dt>
<dd><pre class="programlisting">
$master = new Rune_Master('/path/to/templateDirectory');
$hiddenValue = new stdClass();
$hiddenValue->class = 'Runemaster';
$hiddenValue->item = 'æ';
$master->setHiddenValue('form1', $hiddenValue);
$master->cast('example');</pre></dd>
<dt><span class="term">å®è¡çµæ</span></dt>
<dd><pre class="programlisting">
<form name="form1">
<input type="hidden" name="class" value="Runemaster" />
<input type="hidden" name="item" value="æ" />
</form></pre></dd>
</dl></div></div>
</div>
<br class="example-break">
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="template.form.select.element.html">åã®ãã¼ã¸</a> </td>
<td width="20%" align="center"><a accesskey="u" href="form.html">ä¸ã«æ»ã</a></td>
<td width="40%" align="right"> <a accesskey="n" href="element.html">次ã®ãã¼ã¸</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">4.2. ã»ã¬ã¯ãè¦ç´ ã®æä½Â </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">ãã¼ã </a></td>
<td width="40%" align="right" valign="top"> 第5ç« ã¨ã¬ã¡ã³ã</td>
</tr>
</table>
</div>
</body>
</html>