我必须在富文本编辑器中动态设置文本,以便用户可以更改它
this.getView().byId("editedName").setValue(oModel.Names[index]);
问题出在我做的时候
this.getView().byId("editedName").getValue();
它返回正确的值 但是ritch文本编辑器是空的,当我向前和向后导航时它显示了值。
答案 0 :(得分:0)
使用函数rerender解决: this.getView()byId(" editedName&#34)。重新呈现();