主题:Re:dojo学习-button其它属性的展示

点击演示地址。下面是核心代码:
<button dojoType="dijit.form.Button" onclick='console.log("big");' iconClass="flatScreenIcon">
   <span style="font-size:xx-large">big</span>
</button>
<button id="smallButton1" dojoType="dijit.form.Button" onclick='console.log("small");'>
 <img src="../dijit/tests/images/arrowSmall.gif" width="15" height="5">
 <span style="font-size:x-small">small</span>
</button>
<button dojoType="dijit.form.Button" onclick='console.log("long");'>
 <img src="../dijit/tests/images/tube.gif" width="150" height="16">
 long
</button>
<button dojoType="dijit.form.Button" onclick='console.log("tall");' width2height="0.1">
 <img src="../dijit/tests/images/tubeTall.gif" height="75" width="35"><br>
 <span style="font-size:medium">tall</span>
</button>
效果图片如下:




 
dojo学习-dijit.form.ToggleButton
Re:dojo学习-一些没有标签的按钮集合
dojo学习-dijit.form.ComboButton
Dojo入门学习:dijit.ColorPalette
Re:dojo学习-dijit.form.Button
dojo学习-DropDownButton
javacript实现的落叶效果
没有dojo学习的qq群
photoshop 视频教程
透明图片展示,网页显示透明图片
DOJO试用手记2--Event System(转)
选择dojo的理由
Dojo学习笔记(2. djConfig详解)
Dojo学习笔记(模块与包)
Dojo学习笔记(dojo.io.IO & jo.io.BrowserIO)
Dojo学习笔记(dojo.lang.array & dojo.lang.func & dojo.string.extras)
Dojo学习笔记( dojo.string & dojo.lang)
Dojo学习笔记(Dojo的基础对象和方法)
dojo学习笔记-dojo.back
浏览器后退保留文本筐内容