You are here

README.txt in jEditable inline content editing 8

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Configuration
 * Future Work
 * Maintainers

INTRODUCTION
------------

Jeditable(jEditable inline editing module) provides "click to edit" functions
for "text", "text_long", "text_with_summary", "number_integer",
"number_decimal", "number_float" for nodes.

So what is this good for? it provides a very quick and easy way to update the
things they need to change without having to edit specific fields without
having to switch to the full-blown node editor.

INSTALLATION
--------------------------

Install the module like any other Drupal module.
To make use of it you will need to create a GitHub application at
https://github.com/account/applications/new.
It is important to set the correct URLs here or else the module won´t work.
Main URL: http://<yourdomain.com>/
Callback URL: http://<yourdomain.com>/github/register/create

CONFIGURATION
--------------------------

1. Turn on the "use jeditable" permission for all rolls you want to have access
 to jeditable operations.
The module respects basic node access, so saving using jeditable will only
work if the user has "update" permissions on the node.
However, if they don't have update permissions, they will still get the
jeditable input forms, so this needs some thought for your application.

2. Go to the "display settings" of your node, or into the display settings for
a view with fields in it and enable the jEditable textfield, jEditable
textarea, jEditable datetime or jEditable noderefence fields as appropriate.
You can also use the computed_field module to get this to show up as a field
in views and elsewhere.

3. Finally, load a node, "click to edit", and enjoy!

FUTURE WORK
---------------------
* Jeditable display for select list, checkboxes.
* Jeditable display for workflow mode.

Maintainers
---------------------

nehajyoti (Jyoti Bohra)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. * Future Work
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. Jeditable(jEditable inline editing module) provides "click to edit" functions
  11. for "text", "text_long", "text_with_summary", "number_integer",
  12. "number_decimal", "number_float" for nodes.
  13. So what is this good for? it provides a very quick and easy way to update the
  14. things they need to change without having to edit specific fields without
  15. having to switch to the full-blown node editor.
  16. INSTALLATION
  17. --------------------------
  18. Install the module like any other Drupal module.
  19. To make use of it you will need to create a GitHub application at
  20. https://github.com/account/applications/new.
  21. It is important to set the correct URLs here or else the module won´t work.
  22. Main URL: http:///
  23. Callback URL: http:///github/register/create
  24. CONFIGURATION
  25. --------------------------
  26. 1. Turn on the "use jeditable" permission for all rolls you want to have access
  27. to jeditable operations.
  28. The module respects basic node access, so saving using jeditable will only
  29. work if the user has "update" permissions on the node.
  30. However, if they don't have update permissions, they will still get the
  31. jeditable input forms, so this needs some thought for your application.
  32. 2. Go to the "display settings" of your node, or into the display settings for
  33. a view with fields in it and enable the jEditable textfield, jEditable
  34. textarea, jEditable datetime or jEditable noderefence fields as appropriate.
  35. You can also use the computed_field module to get this to show up as a field
  36. in views and elsewhere.
  37. 3. Finally, load a node, "click to edit", and enjoy!
  38. FUTURE WORK
  39. ---------------------
  40. * Jeditable display for select list, checkboxes.
  41. * Jeditable display for workflow mode.
  42. Maintainers
  43. ---------------------
  44. nehajyoti (Jyoti Bohra)