我有一个应用程序,其中我有文本框,如何在本地编辑我尝试过,我什么也没得到,我无法按照github的指南进行设置
https://github.com/bootstrap-ruby/bootstrap-edibletable-rails
https://github.com/janv/rest_in_place
和BEST_IN_PLACE不适用于高铁版本
<input type="text" name="<%= 'commit['+ question.id+']' %>" id =
"showAnswer" placeholder="Your answer" class="form-name form-
control" value = "<%= !@tempDisplay.nil? ? @tempDisplay.key?
(question.id) ? @tempDisplay[question.id] :'' : '' %>"
style="margin-bottom:4px;">
<button name ="btn" type="button" class="tabledit-edit-button btn
btn-sm btn-default" value = "Save" onclick='singleSave("<%=
question.id %>")'> Save</button>
这是我要在该字段中申请的文本字段,但是如何在不使用保存按钮的情况下实现该功能,将我的保存按钮作为我的保存按钮调用ajax函数,并将参数传递给控制器以及如何使用IN_PLACE编辑在我的文本框中。我的文本也可以显示文本。当用户输入文本框中时,它应该成为非textbox,当他/她单击它时,它变成可编辑
如何在我的文本框中申请编辑,它也通过 name="<%= 'commit['+ question.id+']' %>"
任何人都可以告诉我如何做到这一点,因为我无法按照GitHub的说明作为我的模糊
您可以非常易于设置并使用此操作https://github.com/bernat/best_in_place