JComponent 全局方法 GET 在 Total.js Flow 组件中不起作用

我在 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


POPMUISE
浏览 158回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript