YUI Library JavaScript DHTML





    
SimpleDialog Quickstart Example

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}











SimpleDialog Quickstart Example



  

Use the SimpleDialog Control when you want to solicit very simple (usually binary) information from your users — ok/cancel, yes/no are the classic examples of this sort of interaction.  Use the button below to show a SimpleDialog instance; if you click "yes", that choice will be echoed back to you by script.

      





Show simpledialog1 
Hide simpledialog1





   
  
yui_2.7.0b.zip( 4,431 k)