eDition Documentation

  • Increase font size
  • Default font size
  • Decrease font size

Print Recommend

  • Creating Hints

    actionCommand ("showTextHint", text);

    // shows simple text hint
    // text: STRING - text (required)
    // example: actionCommand ("showTextHint", "This is my first hint in eDition");
    // It shows "This is my first hint in eDition" as hint

    actionCommand ("showHtmlHint", text);

    // shows HTML hint window
    // text: STRING - HTML code  (required)
    // Allowed HTML tags are: <b> - bold, <i> - italic,<u> - underline,  <br> - line breake, <p> - paragraph, <li> - bullet type, <img> - image, <a> - hyperlink

    actionCommand ("hideHint");

    // hide all hints