Read more

Inject Dojo

Sad to say, most of the web doesnt yet use dojo. But that needn’t stop you. Inject Dojo
Read the rest of this entry »

Read more

Initial Visibility Woes

Quick Cookie: How to set the initial visibility state of an element to allow for fade-in animation on page load.

Read the rest of this entry »

Read more

A Popup DatePicker

One commonly requested feature of Dijit is to allow a DateTextBox to contain a clickable image outside of the input that triggers the popup _Calendar class to display, rather than display when the element is focused. It opens up countless levels of complication internally: design consideration, a11y states, etc. But the concept is really quite simple, and even easier to implement. Shall we?

Read the rest of this entry »

Read more

Tooltips from Anchors

Often times users ask how to display a TooltipDialog from something other than a DropDownButton. Until recently, I’d not thought it to be possible. I have been wrong before.

Read the rest of this entry »