Subversion Repositories wimsdev

Rev

Rev 3438 | Rev 3686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3438 Rev 3495
Line 2... Line 2...
2
<div class="container">
2
<div class="container">
3
  <h4> Horizontal menu : <img src="gifs/editor/help/menu_fr.png" alt="Horizontal menu screenshot" /></h4>
3
  <h4> Horizontal menu : <img src="gifs/editor/help/menu_fr.png" alt="Horizontal menu screenshot" /></h4>
4
  <div class="content">
4
  <div class="content">
5
    <p> Horizontal menu contains layering buttons (HTML), and buttons to insert some frequent WIMS instructions, and the last button displays this help page.</p>
5
    <p> Horizontal menu contains layering buttons (HTML), and buttons to insert some frequent WIMS instructions, and the last button displays this help page.</p>
6
    <p> First button group let you insert HTML layering tags. First select a word in your code, then click on the <span class="editor_button">I</span> button, and your word will be embeded like this&nbsp;:</p>
6
    <p> First button group let you insert HTML layering tags. First select a word in your code, then click on the <span class="editor_button">I</span> button, and your word will be embeded like this&nbsp;:</p>
7
    <p><code><em> &lt;em&gt;</em>selected word<em>&lt;\em&gt;</em></code>.</p>
7
    <p><code><em> &lt;em&gt;</em>selected word<em>&lt;/em&gt;</em></code>.</p>
8
    <p>This will present your word in an italic style in your exercice.</p>
8
    <p>This will present your word in an italic style in your exercice.</p>
9
    <p>Other buttons are more specific to OEF language, and are grouped in 3 parts : "BEFORE", "DURING", and "AFTER"&nbsp;: </p>
9
    <p>Other buttons are more specific to OEF language, and are grouped in 3 parts : "BEFORE", "DURING", and "AFTER"&nbsp;: </p>
10
    <ul>
10
    <ul>
11
      <li><strong>BEFORE</strong> - instructions in this part are executed before the exercice display. Most of them are exercice metadatas (title, author...)</li>
11
      <li><strong>BEFORE</strong> - instructions in this part are executed before the exercice display. Most of them are exercice metadatas (title, author...)</li>
12
      <li><strong>DURING</strong> - This second part let you manage how your exercice will be displayed on the screen </li>
12
      <li><strong>DURING</strong> - This second part let you manage how your exercice will be displayed on the screen </li>