Lines Matching refs:comment
4 …comment and clicks the submit button, the content is displayed in the comment area. The user can c…
7 …comment area on a page, you need to associate a click event with **\<div>**, **Text**, and **\<inp…
12 <text class="comment-title">Comment</text>
14 <input class="comment" value="{{inputValue}}" onchange="updateValue()"></input>
15 <text class="comment-key" onclick="update" focusable="true">Done</text>
18 <text class="comment-text" focusable="true">{{inputValue}}</text>
19 <text class="comment-key" onclick="update" focusable="true">Delete</text>
31 .comment-title {
38 .comment {
43 .comment-key {
51 .comment-key:focus {
54 .comment-text {