Hi,
I am a newbie to dojo widgets.
My question is , I have to create Help Icon on my HTML/Dojo widgets, which on click will slide open (overlay) a small area with contextual help.
Is it possible in dojo toolbar widget to do this.
regards
Rajesh
Hi,
I am a newbie to dojo widgets.
My question is , I have to create Help Icon on my HTML/Dojo widgets, which on click will slide open (overlay) a small area with contextual help.
Is it possible in dojo toolbar widget to do this.
regards
Rajesh
Does it need to slide open
Does it need to slide open or could it be a TooltipDialog popup? I believe it also has a "duration" parameter for animation (of opening, closing).
Click the Login toolbar button on this test page:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Tool...
Yes, the login toolbar is what I can live with.
Thanx, I will start looking into the details on how to use this.
I haven't used this in my current setup, but this is a good starting point.
toolbar/title pane
I'm looking for an area to slide open from a toolbar action. I have a tool bar with 'new' 'edit' etc... but I would like to include a search and have the search pane slide in under the toolbar (much like a title pane, but with the ability to have more than option).