maction-selection-ref.html 603 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>maction selection</title>
  5. </head>
  6. <body>
  7. <p>Statusline:
  8. <math>
  9. <msqrt><mi>x</mi></msqrt>
  10. </math>
  11. </p>
  12. <p>Tooltip:
  13. <math>
  14. <msqrt><mi>x</mi></msqrt>
  15. </math>
  16. </p>
  17. <p>Toggle:
  18. <math>
  19. <mfrac>
  20. <mn>6</mn>
  21. <mn>8</mn>
  22. </mfrac>
  23. </math>
  24. </p>
  25. <p>Toggle 2:
  26. <math>
  27. <maction actiontype="toggle" selection="1">
  28. <mfrac>
  29. <mn>6</mn>
  30. <mn>8</mn>
  31. </mfrac>
  32. <mfrac>
  33. <mn>3</mn>
  34. <mn>4</mn>
  35. </mfrac>
  36. </maction>
  37. </math>
  38. </p>
  39. </body>
  40. </html>