<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology on Information</title>
	<atom:link href="http://tec.toi-planning.net/en/mt/scriptinjection/detail/feed" rel="self" type="application/rss+xml" />
	<link>http://tec.toi-planning.net/en</link>
	<description>ToI Planning’s technical article</description>
	<lastBuildDate>Sat, 27 Feb 2010 09:13:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Details of ScriptInjection</title>
		<link>http://tec.toi-planning.net/en/mt/scriptinjection/detail</link>
		<comments>http://tec.toi-planning.net/en/mt/scriptinjection/detail#comments</comments>
		<pubDate>Tue, 23 Sep 2008 08:16:36 +0000</pubDate>
		<dc:creator>taku</dc:creator>
				<category><![CDATA[ScriptInjection]]></category>

		<guid isPermaLink="false">http://tec.toi-planning.net/en/uncategorized/scriptinjection-%e3%81%a7%e6%8c%bf%e5%85%a5%e3%81%95%e3%82%8c%e3%82%8b%e3%82%b9%e3%82%af%e3%83%aa%e3%83%97%e3%83%88%e3%81%ae%e8%a9%b3%e7%b4%b0</guid>
		<description><![CDATA[
Initialized variable

inputs

It is a hush of the input element of custom fields.

Fields other than date type

inputs['Label of field'] // The element can be acquired from the label of the field.
inputs['Tagname of filed'] // The element can be acquired from the tagname of the field.

Field of date type

inputs['Label of field']['date'] // The input element to the [...]]]></description>
			<content:encoded><![CDATA[<div class="tags">
<h2>Initialized variable</h2>
<div class="tag">
<h3 class="name" id="inputs">inputs</h3>
<h4 class="description">
<h4>It is a hush of the input element of custom fields.</h4>
</h4>
<h5 class="usage">Fields other than date type</h5>
<hr/>
<pre><code
>inputs['Label of field'] // The element can be acquired from the label of the field.
inputs['Tagname of filed'] // The element can be acquired from the tagname of the field.
</code></pre>
<h5 class="usage">Field of date type</h5>
<hr/>
<pre><code
>inputs['Label of field']['date'] // The input element to the date can be acquired.
inputs['Label of filed']['time'] // The input element to the hour can be specified.
</code></pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tec.toi-planning.net/en/mt/scriptinjection/detail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
