diff --git a/plone/app/discussion/browser/javascripts/javascripts.txt b/plone/app/discussion/browser/javascripts/javascripts.txt new file mode 100644 index 0000000..59fffb5 --- /dev/null +++ b/plone/app/discussion/browser/javascripts/javascripts.txt @@ -0,0 +1,42 @@ +=============================== +plone.app.discussion Javascript +=============================== + +This document contains a description of how the plone.app.discussion javascript +code works. + +HTML Structure +-------------- + +The "discussion" div contains all comments that have been posted to a specific +content object. Each comment div has a unique id:: + +
+
+

+
+
+
+ +
+
+ +The comment form is rendered inside a "commenting" div:: + +
+
+ Add comment +

+ You can add a comment by filling out the form below. Plain text + formatting. +

+
+
+ +
+
+
+