<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Extra Hot</title>
	<link>http://xtrahot.chili-mango.net</link>
	<description>PeopleSoft geek :: Web development enthusiast</description>
	<pubDate>Mon, 20 Aug 2007 16:18:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>A Look at %SubmitScriptName</title>
		<link>http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/</link>
		<comments>http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/#comments</comments>
		<pubDate>Sat, 19 May 2007 10:00:58 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[PIA]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/</guid>
		<description><![CDATA[In PeopleTools 8.4, %SubmitScriptName is the meta-HTML javascript function used by all PeopleSoft component pages for triggering server-side actions. %SubmitScriptName is translated at run time (i.e., when the page is rendered) to submitAction_win0. It may be related to %FormName as submitAction_%FormName, since %FormName is also translated to win0. I don&#8217;t know how PeopleTools internally translates [...]]]></description>
			<content:encoded><![CDATA[<p>In PeopleTools 8.4, <code>%SubmitScriptName</code> is the meta-HTML javascript function used by all PeopleSoft component pages for triggering server-side actions. %SubmitScriptName is translated at run time (i.e., when the page is rendered) to <code>submitAction_win0</code>. It may be related to <code>%FormName</code> as <code>submitAction_%FormName</code>, since %FormName is also translated to <code>win0</code>. I don&#8217;t know how PeopleTools internally translates %FormName, but as far as I can tell it is always translated to win0 inside any component.</p>
<p>The %SubmitScriptName function is passed 2 parameters:</p>
<ol>
<li><strong>form</strong> &ndash; the 1st parameter is the form object with the data to be submitted. On a component, this will be the win0 form in the content frame.</li>
<li><strong>action ID <span style="color:red">*</span></strong> &ndash; the 2nd parameter is a distinct text string which informs the component processor what action is requested or what type of action took place.</li>
</ol>
<p><em><br />
<span style="color:red">*</span> &ndash; I just made up this label for the purpose of discussion.</em></p>
<p>The action ID that can be passed to %SubmitScriptName can be categorized into the following type of actions:<br />
 <a href="http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modifiable by JavaScript</title>
		<link>http://xtrahot.chili-mango.net/2007/04/mod-js/</link>
		<comments>http://xtrahot.chili-mango.net/2007/04/mod-js/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:30:13 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[PeopleTools]]></category>

		<category><![CDATA[PIA]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2005/12/mod-js/</guid>
		<description><![CDATA[One very handy, yet very mysterious property in the PeopleTools page fields is the so-called Modifiable by JavaScript property. This property is available under the Use tab of user-input page fields. It is used to be labeled Modifiable from HTML on the earlier versions of PeopleTools (8.2x and earlier). This property is mysterious because its [...]]]></description>
			<content:encoded><![CDATA[<p>One very handy, yet very mysterious property in the PeopleTools page fields is the so-called <em>Modifiable by JavaScript</em> property. This property is available under the Use tab of user-input page fields. It is used to be labeled <em>Modifiable from HTML</em> on the earlier versions of PeopleTools (8.2x and earlier). This property is mysterious because its use is not documented thoroughly in PeopleBooks. Only a passing remark on the property is made to describe it under the Application Designer PeopleBook:</p>
<blockquote><p><a class="thickbox" href="http://xtrahot.chili-mango.net/wp-content/uploads/2006/02/modifiable-by-js.png" title="Modifiable by JavaScript"><img src="http://xtrahot.chili-mango.net/wp-content/uploads/2006/02/modifiable-by-js.thumbnail.png" alt="Use Tab" /></a> <strong>Modifiable by JavaScript</strong> - This is a security-related feature and should always be cleared unless you are familiar with modifying an invisible field using JavaScript in an HTML area. If the Invisible check box is cleared, Modifiable by JavaScript is cleared and unavailable for entry. If the Invisible check box is selected, this check box is cleared, by default.</p></blockquote>
<p> <a href="http://xtrahot.chili-mango.net/2007/04/mod-js/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/04/mod-js/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How-To: Button for Printing a Standard PeopleSoft Page</title>
		<link>http://xtrahot.chili-mango.net/2007/04/how-to-button-for-printing-a-standard-peoplesoft-page/</link>
		<comments>http://xtrahot.chili-mango.net/2007/04/how-to-button-for-printing-a-standard-peoplesoft-page/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 17:13:05 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[PeopleTools]]></category>

		<category><![CDATA[PIA]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/04/how-to-button-for-printing-a-standard-peoplesoft-page/</guid>
		<description><![CDATA[I&#8217;ve often receive requests for a solution regarding printing a PeopleSoft page by clicking a button. This tutorial presents a step-by-step instruction for the simple requirement of printing the current page.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve often receive requests for a solution regarding printing a PeopleSoft page by clicking a button. This tutorial presents a step-by-step instruction for the simple requirement of printing the current page.</p>
<p> <a href="http://xtrahot.chili-mango.net/2007/04/how-to-button-for-printing-a-standard-peoplesoft-page/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/04/how-to-button-for-printing-a-standard-peoplesoft-page/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
