Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
add for remember
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 12, 2016
1 parent 3ed1471 commit 71da227
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions atx/cmds/static/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 备忘

## FAQ

1. 如何使用代码添加组件到Canvas

```
var xml = Blockly.Xml.textToDom('<xml><block type="text" x="100" y="50"><field name="TEXT">123</field></block></xml>');
Blockly.Xml.domToWorkspace(xml, workspace);
```

0 comments on commit 71da227

Please sign in to comment.