The placeholder-element has a class of "placeholder", you set a CSS background image for that. And use text-indent: -1000px to hide the text.
Jörn On Thu, May 28, 2009 at 10:21 PM, Ursidae <gmalc...@gmail.com> wrote: > > I am currently loading the TreeView asynchronously and I'm trying to > set it up so an animated gif displays while a node is being expanded > and its child nodes are being created. Currently it just says > placeholder until the child nodes are done loading. > Can anyone offer some suggestions as to how I can set that? > Thanks in advance. >