loex-plugin-kline

1.0.1 • Public • Published

LoexKLinePlugi,使用示例

<title>testPlugin</title> <script type="text/javascript" charset="utf-8" src="cordova.js"></script> <script type="text/javascript" charset="utf-8">
            function testPlugin() {
                cordova.exec(testSuccess,testFailed,"LoexKLinePlugin","showKLine",[{"key" : ["value1","value2","value3"]}]);
            }
        function testSuccess(msg) {
            alert(msg);
        }
        function testFailed(msg) {
            alert('failed: ' + msg);
        }
        </script>
        </head>

<body style="padding-top:100px">
    <button style="font-size:17px;" onclick="testPlugin();">测试iOS插件</button>
    <br>
</body>

Dependents (0)

Package Sidebar

Install

npm i loex-plugin-kline

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

10.2 MB

Total Files

12

Last publish

Collaborators

  • wangzongshou