Translations - ONYX - Utilisation - Personnalisation de l'interface Designer/15/en

Différence entre versions

De MappingDoc
(Page créée avec « In the following example, the '''generate project''' button, the '''Insert''' pannel and the '''format''' category will not be displayed in the Designer interface. <?xml... »)
 
 
Ligne 1 : Ligne 1 :
In the following example, the '''generate project''' button, the '''Insert''' pannel and the '''format''' category will not be displayed in the Designer interface.
+
In the following example, the '''generate project''' button, the '''Insert''' panel and the '''format''' category will not be displayed in the Designer interface.
  
 
<?xml version="1.0" encoding="utf-8"?>
 
<?xml version="1.0" encoding="utf-8"?>

Version actuelle datée du 19 mai 2020 à 08:14

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:Utilisation:Personnalisation de l'interface Designer)
Dans l’exemple ci-dessous, le bouton “générer”, le panneau “insérer” et la catégorie “format” n’apparaitront pas dans M-Designer:
 <?xml version="1.0" encoding="utf-8"?>
 <style>
         <ui>
               <menu category="home" panel="generate" id="generate_btn" status="off"/>
               <menu category="format" status="off"/>
               <menu category="shape" panel="insert" status="off"/>
         </ui>
 </style>
TraductionIn the following example, the '''generate project''' button, the '''Insert''' panel and the '''format''' category will not be displayed in the Designer interface.

<?xml version="1.0" encoding="utf-8"?>
 <style>
         <ui>
               <menu category="home" panel="generate" id="generate_btn" status="off"/>
               <menu category="format" status="off"/>
               <menu category="shape" panel="insert" status="off"/>
         </ui>
 </style>

In the following example, the generate project button, the Insert panel and the format category will not be displayed in the Designer interface.

<?xml version="1.0" encoding="utf-8"?>

<style>
        <ui>
               <menu category="home" panel="generate" id="generate_btn" status="off"/>
               <menu category="format" status="off"/>
               <menu category="shape" panel="insert" status="off"/>
        </ui>
</style>