I would like to know how to use this module, is there any documentation/forum/wiki? The examples included only show modification to existing modules (poll, views). Is there any way to use it in a node 'view' operation?
I would like to know how to use this module, is there any documentation/forum/wiki? The examples included only show modification to existing modules (poll, views). Is there any way to use it in a node 'view' operation?
Comments
Comment #1
starbow commentedThe best documentation to date is at: http://starbowconsulting.com/blog/tao/ahah-forms-reloaded
The current implementation leverages the FormAPI, so there is no obvious way to use it when just viewing a node...but I have had some thoughts on extending it. What would you want it to do for a node view?
Comment #2
somes commentedStarbow
Just checked out your work on the views modules and most say congrats on getting some dynamic loading going on the form API as this makes views much more of a pleasure to use.
After seeing this I was wondering this probably can be extended for editing or deleting nodes in place.
The only reason I ask is that I think the the structure for how a node is deleted is a little segmented at the moment and a little AJAX magic could make the whole process a lot less of a hassle – have you seen any work where that on deleting a node the user is given a confirmation div that the node is being deleted.
If not I think the Ahah module could be extended to do this.
Is there any other documentation out there on this
Comment #3
starbow commentedYeah, editing nodes in place really shouldn't be that hard. You might check out activeedit in the jtools module. Also, I know chad is working on a whole node delete API, which will allow people to plug into the delete process. So js love would probably fit in there nicely.