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
// 加载网络拓扑图 editor.loadTopology(rootPath + '/json/network.json', "img/backimg.png");
TopologyPanel.prototype.loadTopology = function (url, topologyGuid, backImg) {
The text was updated successfully, but these errors were encountered:
自定义一个参数就行了,作者在jtopo-editor.css中指定了默认背景图片,想自定义背景图片需要修改相应代码 editor.loadTopology(rootPath + '/json/network.json', 111, "img/backimg.png");
editor.loadTopology(rootPath + '/json/network.json', 111, "img/backimg.png");
Sorry, something went wrong.
No branches or pull requests
// 加载网络拓扑图
editor.loadTopology(rootPath + '/json/network.json', "img/backimg.png");
TopologyPanel.prototype.loadTopology = function (url, topologyGuid, backImg) {
The text was updated successfully, but these errors were encountered: