<br><br><div class="gmail_quote">On Mon, Jun 23, 2008 at 11:07 AM, Dobrica Pavlinusic &lt;<a href="mailto:dpavlin@rot13.org">dpavlin@rot13.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Mon, Jun 23, 2008 at 10:00:38AM -0500, Sterling Hanenkamp wrote:<br>
&gt; I&#39;ve been playing with jQuery UI and it doesn&#39;t work very well without<br>
&gt; jQuery 1.2.6, so this is a good thing for me. :)<br>
<br>
</div>I&#39;m also at the moment where I have to put some tree interactive stuff,<br>
so update to new jquery is very appriciated.<br>
<br>
Could you share some expirience with jQuery UI and Jifty?</blockquote><div><br>Right now, I&#39;m using Draggable and Droppable to create nice interactive, hierarchical lists. I&#39;ve managed to create a pretty simple outliner in pretty short order with this. I hope to post my progress on my blog in the next couple days and I&#39;ll post back here when I have something to share.<br>
&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
While we are on it, I can&#39;t seem to find a way to produce following in<br>
Jifty:<br>
<br>
<br>
&nbsp;+--------------------+ +-----------------------+<br>
&nbsp;| region-execute-sql | | region-databases &nbsp; &nbsp; &nbsp;|<br>
&nbsp;| action-execute-sql | | action-increase-usage |<br>
&nbsp;+--------------------+ +-----------------------+<br>
<br>
The problem is that I can&#39;t run action-increase-usage *and* update<br>
region-execute-sql while chaning one field and keepeng another (SQL<br>
query which I want to re-execute on instance in region-databases which<br>
got clicked on).<br>
<br>
I solved that by saving query into session, so by default action always<br>
keeps it and creating plain href link, but it seems like a cludge.<br>
<br>
I would love some kind of mechanisam which would allow me to say something<br>
like &quot;submit action in other region, changing argument foo to bar&quot;.<br>
<br>
I would also love to be able to peek into current value of some form<br>
field (not submitted yet) when refreshing some region.<br>
<br>
Does that seems like useful stuff to other developers or am I missing a<br>
point?<br>
<br>
Can somebody share best practices of including javascript code in<br>
Template::Declare?<br>
<font color="#888888"><br>
--<br>
Dobrica Pavlinusic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2share!2flame &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:dpavlin@rot13.org">dpavlin@rot13.org</a><br>
Unix addict. Internet consultant. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.rot13.org/%7Edpavlin" target="_blank">http://www.rot13.org/~dpavlin</a><br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
jifty-devel mailing list<br>
<a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br>
<a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel" target="_blank">http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel</a><br>
</div></div></blockquote></div><br>