prev  ( testsuite > Presentation > DynamicExpressions > maction > mactionBtoggle1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/DynamicExpressions/maction/mactionBtoggle1
CVS-ID:
Author:Design Science, Inc. (D. Doyle)
Description:Test of maction using the toggle actiontype

Sample Rendering:

Created by: webeq

Your browser's rendering:

x 2 + 2 x 2 + 2 2 x + 2 2

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <maction actiontype="toggle"> 
    <mrow> 
      <mfrac> 
        <mi>x</mi> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mn>2</mn> 
    </mrow> 
    <mrow> 
      <mfrac> 
        <mi>x</mi> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mfrac> 
        <mn>2</mn> 
        <mn>2</mn> 
      </mfrac> 
    </mrow> 
    <mrow> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mn>2</mn> 
        </mrow> 
        <mn>2</mn> 
      </mfrac> 
    </mrow>
  </maction>
</math>