<html><body bgcolor="#FFFFFF"><div>If you're using jQuery these events are bound onDomReady, look towards the end of the page for that block.<br><br>Sent from my iPhone</div><div><br>On 2011-10-02, at 12:27, "Larry White" &lt;<a href="mailto:ljw1001@gmail.com">ljw1001@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>Sorry, reposting in the hope that someone can shed some light on why my onBlur textItem attribute gets dropped when Seaside renders it to a browse, but includes it when rendering within Smalltalk.<br><br>On Fri, Sep 30, 2011 at 5:34 PM, Larry White &lt;<a href="mailto:ljw1001@gmail.com"><a href="mailto:ljw1001@gmail.com">ljw1001@gmail.com</a></a>&gt; wrote:<br>
&gt;<br>I'm trying to add a snippet of javascript to a textInput using onBlur: &nbsp;The code looks like this:<div><br></div><div>html textInput<br>&nbsp; &nbsp; &nbsp; id: self getHtmlId;<br>&nbsp; &nbsp; &nbsp; class: self cssInputClass;<br>&nbsp; &nbsp; &nbsp; size: metaData inputColumns;<br>
&nbsp; &nbsp; &nbsp; callback: self callback &nbsp;;</div><div>onBlur: 'document.getElementById("rowfrm").submit();';<br>&gt; value: self valueBlock value.<br>&gt; when I render it in Pharo (Thanks Boris!) I get something like this:<br>
&gt;<br>&gt; &lt;input id="PasswordReset_emailAddress"&nbsp;<br>&gt;<br>&gt; class="xlarge text"&nbsp;size="30" name="1"&nbsp;<br>&gt;<br>&gt; onblur="document.getElementById(&amp;quot;rowfrm&amp;quot;).submit();"&nbsp;<br>
&gt;<br>&gt; value=""&nbsp;type="text"/&gt;<br>&gt;<br>&gt; when i see it in the browser, the onBlur is missing.<br>&gt;<br>&gt; &lt;input id="PasswordReset_emailAddress" class="xlarge text" size="30" name="1" value="" type="text"&gt;<br>
&gt;<br>&gt; Any idea what's going on? Also, is the encoding in the onBlur string part of the problem?<br>&gt;<br>&gt; Thanks.</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>seaside mailing list</span><br><span><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a></span><br><span><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span><br></div></blockquote></body></html>