1234567891011121314 |
- <div class="w3-item"><!-- img src="img/icn_?.png" title="icon command code" class="w3-icon"/ -->
-
- <h3>Case</h3>
-
- <p>
- This contextual command is used to define the cases that must be analyzed by the program within a
- structure of <a onclick="carregar('menu_cmd_escolha.html')" href="#">multiple choice</a>. note that
- without a command <a onclick="carregar('menu_cmd_pare.html')" href="#">break</a> execution takes place cascading from
- of the first true case. In the example below, both messages are displayed.
- </p>
- <div class="img-div"><img src="img/ex_case_cmd.png" title="Example use case command">
- <span class="img-label">Exemplo de uso</span>
- </div>
- </div>
|