Initial Visibility Woes
Quick Cookie: How to set the initial visibility state of an element to allow for fade-in animation on page load.
Date added: February 8th, 2009 | Author: dante
Quick Cookie: How to set the initial visibility state of an element to allow for fade-in animation on page load.
Date added: February 8th, 2009 | Author: dante
This is a pretty common need with a pretty simple solution. How do you clear out the existing Data in a store, and populate it with new Data in Dojo 1.2?
Date added: January 31st, 2009 | Author: gacord
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?
Date added: January 6th, 2009 | Author: dante
… or at least should always be treated as such. There is no official function in Dojo for generating a unique ID, though is a very common task, and very simple to accomplish. In this ultra short cookie, we’ll create a reusable function for just this use case.
Date added: December 12th, 2008 | Author: dante
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.
Date added: November 23rd, 2008 | Author: dante