Changeset 14510 for dijit/trunk/tests/form/test_Button.html
- Timestamp:
- 07/18/08 11:04:30 (6 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/form/test_Button.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/form/test_Button.html
r13943 r14510 98 98 <br clear="all"> 99 99 <h2>Buttons with no text label</h2> 100 <p>Buttons have showLabel=false so text is not displayed. Should havetitle attribute displayed on mouse over</p>101 <div class="box"> 102 <button id="1466" dojoType="dijit.form.Button" onClick='console.log("clicked simple button with no text label")'100 <p>Buttons have showLabel=false so text is not displayed. If no title attribute supplied, Should have label as title attribute displayed on mouse over</p> 101 <div class="box"> 102 <button id="1466" dojoType="dijit.form.Button" title="title attrib rather than label" onClick='console.log("clicked simple button with no text label")' 103 103 iconClass="plusIcon" showLabel="false"> 104 104 <span><b>Rich</b><i> Text</i> Test!</span>