button#comment-macros-submit:click { evt-click-preventdefault: True; action-client: Plone4RadioComment.disableCommentForm; action-server: addComment; addComment-comment: currentFormVar('comment'); addComment-context_uid: nodeAttr('context_uid'); addComment-error: Plone4RadioComment.reloadCommentForm; } input#comment-macros-submit:click { evt-click-preventdefault: True; action-client: Plone4RadioComment.disableCommentForm; action-server: addComment; addComment-comment: currentFormVar('comment'); addComment-context_uid: nodeAttr('context_uid'); addComment-error: Plone4RadioComment.reloadCommentForm; } a.comment-macros-delete-comment:click { evt-click-preventdefault: True; action-server: deleteComment; deleteComment-container_uid: nodeAttr('container_uid'); deleteComment-comment_id: nodeAttr('comment_id'); } button#core-popup-comment-macros-abuse-report-submit:click { evt-click-preventdefault: True; action-server: reportAbuse; reportAbuse-fullname: currentFormVar('fullname'); reportAbuse-email: currentFormVar('email'); reportAbuse-message: currentFormVar('message'); reportAbuse-container_uid: currentFormVar('container_uid'); reportAbuse-comment_id: currentFormVar('comment_id'); }