dojo简单添加一个Panel到父容器中
this.contentPane = new ContentPane();
this.set("content", this.contentPane.domNode);
this.contentPane.startup();
this.contentPane = new ContentPane();
this.set("content", this.contentPane.domNode);
this.contentPane.startup();