2020-08-23 14:59发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
亲爱的
请帮助我从控制器的XML视图中的
首先,为HTML元素分配一个ID
在控制器中,呈现视图后(例如,在 onAfterRendering),通过 createId 和document.getElementById访问元素 //渲染后 const elementId = this.createId(" myElement"); //此==控制器实例 const htmlInputValue = document.getElementById(elementId).value
在控制器中,呈现视图后(例如,在 onAfterRendering),通过 createId 和document.getElementById访问元素
//渲染后 const elementId = this.createId(" myElement"); //此==控制器实例 const htmlInputValue = document.getElementById(elementId).value
谢谢...。它对我有用
您必须使用jQuery来访问它,并通过 html元素的ID,还有类似的问题,请查看我的答案以获取更多详细信息
https://answers.sap.com/questions/12967608/how-to-read-an-html-input-field-from-an-xml-file.html?childToView= 12967612#comment-12967612
但是您使用html Element而不是使用ui5输入控件的原因是什么?
Mahesh
感谢它为我工作。
最多设置5个标签!
首先,为HTML元素分配一个ID
谢谢...。它对我有用
您必须使用jQuery来访问它,并通过 html元素的ID,还有类似的问题,请查看我的答案以获取更多详细信息
https://answers.sap.com/questions/12967608/how-to-read-an-html-input-field-from-an-xml-file.html?childToView= 12967612#comment-12967612
但是您使用html Element而不是使用ui5输入控件的原因是什么?
Mahesh
感谢它为我工作。
一周热门 更多>