HtmlImageGenerator imageGenerator = new HtmlImageGenerator();
imageGenerator.loadHtml("<b>Hello World!</b> Please goto <a title=\"Goto Google\" href=\"http://www.google.com\">Google</a>.");
imageGenerator.saveAsImage("hello-world.png");
imageGenerator.saveAsHtmlWithMap("hello-world.html", "hello-world.png"
???它有個非常好用的widget庫,純凈html標(biāo)簽,只須加入dojoType屬性,就可使原本的html標(biāo)簽變成它自己的dojo widget。widget的CSS完全可自定制,掌握初步的使用方法,可參照test/widget目錄下的例子,如果要全面掌握所有參數(shù),還是要自己看看src了,里面有一些注釋可以參照一下。
???dojo.io.bind實(shí)現(xiàn)了XMLHttpRequest里的大部分功能
???dojo.event.connect就如AOP機(jī)制那樣,動態(tài)將方法添加到對象上
???