YUI Library JavaScript DHTML





    
Code Editor

/*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;
}
















Code Editor



  

This example demonstrates how to create a Code Editor using the Rich Text Editor.  As you begin typing, you're in a standard Editor space.  But if you click on the "code icon" &mdash the rightmost icon on the second row — you can begin using HTML markup.  When you toggle the code editing mode back off, you'll see rich text formatted with your HTML.


      






This is some more test text.
This is some more test text.
This is some more test text.
This is some more test text.
This is some more test text.
This is some more test text.
This is some more test text.








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