Dojo Button Widget Test
Dijit Button Test
Simple, drop down & combo buttons
Buttons can do an action, display a menu, or both:
●
Create
tooltip on button
●View
Edit!
▼
Color
▼
●
Disabled
DropDownButtons with different drop down positions
Default (below)
▼
Above
▼
Before
▼
After
▼
ComboButtons with different drop down positions
Buttons with no text label
Buttons have showLabel=false so text is not displayed. If no title attribute supplied, Should have label as title attribute displayed on mouse over
Toggle buttons
The button CSS as well as the icon CSS can change on toggle
●
Toggle me off
●
Toggle me
Sizing
Short button, tall buttons, big buttons, small buttons...
These buttons size to their content (just like <button>).
Customized buttons
Dojo users can customize styles. Here's an example:
Toggling the display test
(Ticket #403)
●
Show Hidden Buttons
●
Create
●
Create
Programatically changing buttons
clicking the buttons below will change the buttons above
Button instantiated via javacript:
●hello!●i'm programmatic too
DropDownButton instantiated via javacript:
Submit and Reset Buttons
Testing that submit and reset buttons work properly. OnSubmit and OnReset handlers
for the form just output to the console.
onClick Tests
Testing that onClick works properly
Submit/value test
Tests for bubbling:
●1
●2
●3