Skip to main content
This is some text in the marquee of the AppFrame
This is some text in the body of the AppFrame. The code used to generate it this looks something like this:

<div style="width: 100%; height: 100%; margin: 0; padding: 0"
     dojoType="idx.app.AppFrame">

  <div dojoType="dijit.layout.ContentPane"
       style="color: white; padding: 4px; font-size: 14pt;" region="marquee"> 
     This is some text in the marquee of the AppFrame
  </div>

  <div dojoType="dijit.layout.ContentPane" region="body"
       style="color: white; padding: 4px; font-size: 12pt;"> 
     This is some text in the body of the AppFrame.  The code
     used to generate it this looks something like this:

     <pre style="color: black; font-size: 10pt;">
     ...
     </pre>
  </div>
</div>