我在 Total.js Flow 中遇到问题,在组件内部使用客户端方法 GET 来检索 JComponent 的值(在我的情况下为 textbox 或 input )。我已经从 Componentator 尝试过并且确实有效,但是在我的 Total.js Flow(版本 6,但 5 版本有相同的问题)中它返回未定义。有人知道任何解决方案或更好的方法来检索例如按钮单击输入框中的值吗?<div class="row"> <div class="col-md-12"> <div data-jc="textbox" data-jc-path="url">@(URL)</div> </div> </div> <button onclick="getUrl()">Try</button> // this call an example function that call the "console.log"console.log(GET('url')); // return undefined
添加回答
举报
0/150
提交
取消