Displaying 2 results from an estimated 2 matches for "exectur".
2006 Mar 24
1
(no subject)
i want to know if i have written a program in php and access functions of xapian then how wud i exectur it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060324/a51739fb/attachment-0001.htm
2006 Apr 27
12
Execute controller function from RJS
Hi all,
I wonder if it is somehow possible to execture or redirect to a
controller function from RJS?
Right now I do:
def foo()
render :partial => ''executeagain''
end
_executeagain.rhtml
<script>
new Ajax.Updater(''elmntID'', ''/test/foo/'', {evalScripts:true});
</script>
This will...