According to the information in "Ajax, Hobo style":

"To create a part, just give any element a part_id"

Which should generate something similar to:

<script>
var hoboParts = {}
hoboParts.task_list = 'todo_list_1'
</script>

per the example.

Since this did not work for me, I did further research and found and
found in the
"New Dryml" , July 21 2007

"The part_id attribute for creating ajax parts is now simply part."

However, part is not recognized at all.  part_id does not generate an
error,
but neither does it generate the <script> var hoboParts = {}

Neither does part_id  work for a table. So in the description 'works
for any element',
what elements does it actually work for?

Here is the snippet I am trying to get working, with a part_id I can
refer to for a
callback:

<div id="archsignupbkgrnd" part_id="arch_pwd">
<% form_remote_tag  :url => "/users/signup", :method => :post do %>
...

<% end %>

jet






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to