# Option modèle classique : Coloration

(Voir NV16N000037 Options dans les modèles de champs)

Pour les modèles classiques de type texte long L'option Coloration permet de définir une coloration pour un format de texte spécifique.

Coloration = *FORMULE* ou *XML* ou *HTML* ou *JAVASCRIPT* ou *JSON* *FORMULE* est la mise en forme des formules SIMAX

Par exemple pour HTML, au lieu d'afficher :

< !DOCTYPE HTML PUBLIC ‘’ - //W3C//DTD HTML 4.0 // EN’’ ‘’<http://www.w3.org/TR/REC> – html40 / strict.dtd’’>

\<html>

\<head> \<mete name = ="qrichtext" content="1" />

< style type = ‘’text//css’’>

p, li { white-space: pre-wrap; }

< / style> < / head >

\<body style=" font-family:'Tahoma'; font-size:8pt; font-weight:400; font-style:normal;’’>

\<p > Test < / p >

< / body >

\</html >

Cela affiche :

<figure><img src="/files/LACCtRewLl7NlkFey9MQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/parametrage/les-options/option-modele-classique-coloration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
