We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在网上找到了应用到easyui的弹出对话框$.messager.prompt(标题,提示,响应函数)在响应函数中利用ajax传递名称到后台获取,修改了映射链接下的方法需要的参数,将名称参数放入实体类的对象当中,就能够显示了。
The text was updated successfully, but these errors were encountered:
根据借鉴修改标签名的功能,在点击新建之后,弹出‘输入‘对话框,输入后,首节点会有名称 使用$ .messager.prompt(标题,提示,响应函数),对输入的值传给数据库保存jm.enable_edit(); jm.update_node(selected_id, r); 随后进行json封装,然后通过ajax传递给后台。
Sorry, something went wrong.
No branches or pull requests
在网上找到了应用到easyui的弹出对话框$.messager.prompt(标题,提示,响应函数)在响应函数中利用ajax传递名称到后台获取,修改了映射链接下的方法需要的参数,将名称参数放入实体类的对象当中,就能够显示了。
The text was updated successfully, but these errors were encountered: