Added cool json features (JsonWrapper)
This commit is contained in:
16
examples/JsonIwc.lit.md
Normal file
16
examples/JsonIwc.lit.md
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
Here, I will give a short overview on how to use the IwcYatta Framework.
|
||||
|
||||
|
||||
|
||||
function init(){
|
||||
window.createIwcConnector(function(Connector){
|
||||
console.log("initializing..");
|
||||
yatta = new window.JsonYatta(1, Connector);
|
||||
var dui = yatta.getConnector().duiClient
|
||||
dui.getAppState()
|
||||
console.log("initialized!");
|
||||
|
||||
})
|
||||
}
|
||||
$(document).ready(init)
|
||||
Reference in New Issue
Block a user