You are here

README.txt in Ajax form entity 7

Same filename and directory in other branches
  1. 7.x README.txt
This module aims at ajaxifying any entity form (creation edition and deletion).

It can be used for various use-case, like ajaxifying the comment process, adding a complete ajax wall, mass-submiting or creating / editing via AJAX...

Compatible for now with :
-  Content types
-  Comments
-  Entity forms
-  Field collection (with a special formatter).
NOTE : the field collections submodule will be taken out of the module and have its own project page.

Known to be compatible with multiple form on the same page (for examples multiple comment forms in a view). Handle the files by triggering the upload with a little javascript action. It handle errors as well.

Included options and features : 
-  reload the form or not
-  show the resulting entity above, under or replace the form and choose the display type of the entity
- control the display/removal of the confirmation messages.
- Cancel the action
- Can be enabled per entity per bundle.

WARNING : this module is under heavy development and still needs some important features (see roadmap).

Roadmap :
-  Implement restriction access.
-  End compatibility with core entities (taxonomy and users).
-  End special features for comments (reply link, indentation), see AJAX comment module
-  Some rewrite for calling forms.

Similar module :
The AJAX comment module handle AJAXifying the comments.

Development by émérya (France)

File

README.txt
View source
  1. This module aims at ajaxifying any entity form (creation edition and deletion).
  2. It can be used for various use-case, like ajaxifying the comment process, adding a complete ajax wall, mass-submiting or creating / editing via AJAX...
  3. Compatible for now with :
  4. - Content types
  5. - Comments
  6. - Entity forms
  7. - Field collection (with a special formatter).
  8. NOTE : the field collections submodule will be taken out of the module and have its own project page.
  9. Known to be compatible with multiple form on the same page (for examples multiple comment forms in a view). Handle the files by triggering the upload with a little javascript action. It handle errors as well.
  10. Included options and features :
  11. - reload the form or not
  12. - show the resulting entity above, under or replace the form and choose the display type of the entity
  13. - control the display/removal of the confirmation messages.
  14. - Cancel the action
  15. - Can be enabled per entity per bundle.
  16. WARNING : this module is under heavy development and still needs some important features (see roadmap).
  17. Roadmap :
  18. - Implement restriction access.
  19. - End compatibility with core entities (taxonomy and users).
  20. - End special features for comments (reply link, indentation), see AJAX comment module
  21. - Some rewrite for calling forms.
  22. Similar module :
  23. The AJAX comment module handle AJAXifying the comments.
  24. Development by émérya (France)